// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // UserIdentity undocumented type UserIdentity struct { // Object is the base model of UserIdentity Object // ID undocumented ID *string `json:"id,omitempty"` // DisplayName undocumented DisplayName *string `json:"displayName,omitempty"` // IPAddress undocumented IPAddress *string `json:"ipAddress,omitempty"` // UserPrincipalName undocumented UserPrincipalName *string `json:"userPrincipalName,omitempty"` }