blob: 50e363d0c44f966286dd2bab7080a81c5601340c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// InsightIdentity undocumented
type InsightIdentity struct {
// Object is the base model of InsightIdentity
Object
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// ID undocumented
ID *string `json:"id,omitempty"`
// Address undocumented
Address *string `json:"address,omitempty"`
}
|