diff --git a/msgraph/models.go b/msgraph/models.go index db85f54d..fed22147 100644 --- a/msgraph/models.go +++ b/msgraph/models.go @@ -1123,7 +1123,7 @@ type User struct { OnPremisesSyncEnabled *bool `json:"onPremisesSyncEnabled,omitempty"` OnPremisesUserPrincipalName *string `json:"onPremisesUserPrincipalName,omitempty"` OtherMails *[]string `json:"otherMails,omitempty"` - PasswordPolicies *string `json:"passwordPolicies,omitempty"` + PasswordPolicies *StringNullWhenEmpty `json:"passwordPolicies,omitempty"` PasswordProfile *UserPasswordProfile `json:"passwordProfile,omitempty"` PastProjects *[]string `json:"pastProjects,omitempty"` PostalCode *StringNullWhenEmpty `json:"postalCode,omitempty"`