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