Class AADUsersUser
Inheritance
System.Object
AADUsersUser
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class AADUsersUser : object
Properties
AccountEnabled
Declaration
public bool AccountEnabled { get; set; }
Property Value
System.
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
GivenName
Declaration
public string GivenName { get; set; }
Property Value
System.
|
JobTitle
Declaration
public string JobTitle { get; set; }
Property Value
System.
|
Licenses
Declaration
public AADUsersUserLicense[] Licenses { get; set; }
Property Value
MailNickname
Declaration
public string MailNickname { get; set; }
Property Value
System.
|
MobilePhone
Declaration
public string MobilePhone { get; set; }
Property Value
System.
|
OfficeLocation
Declaration
public string OfficeLocation { get; set; }
Property Value
System.
|
PasswordPolicies
Declaration
public string PasswordPolicies { get; set; }
Property Value
System.
|
PasswordProfile
Declaration
public AADUsersUserPasswordProfile PasswordProfile { get; set; }
Property Value
PreferredLanguage
Declaration
public string PreferredLanguage { get; set; }
Property Value
System.
|
ProfilePhoto
Declaration
public string ProfilePhoto { get; set; }
Property Value
System.
|
Surname
Declaration
public string Surname { get; set; }
Property Value
System.
|
UsageLocation
Declaration
public string UsageLocation { get; set; }
Property Value
System.
|
UserPrincipalName
Declaration
public string UserPrincipalName { get; set; }
Property Value
System.
|