共用方式為


UserBase Class

Definition

public class UserBase
type UserBase = class
Public Class UserBase
Inheritance
UserBase
Derived

Constructors

UserBase()

Initializes a new instance of the UserBase class.

UserBase(IDictionary<String,Object>, String, String, String, String, UserType)

Initializes a new instance of the UserBase class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

GivenName

Gets or sets the given name for the user.

ImmutableId

Gets or sets this must be specified if you are using a federated domain for the user's userPrincipalName (UPN) property when creating a new user account. It is used to associate an on-premises Active Directory user account with their Azure AD user object.

Surname

Gets or sets the user's surname (family name or last name).

UsageLocation

Gets or sets a two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: "US", "JP", and "GB".

UserType

Gets or sets a string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Possible values include: 'Member', 'Guest'

Applies to