AccountEntityProperties interface

Account entity property bag.

Extends

Properties

aadTenantId

The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

aadUserId

The Azure Active Directory user id. NOTE: This property will not be serialized. It can only be populated by the server.

accountName

The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

The display name of the account. NOTE: This property will not be serialized. It can only be populated by the server.

dnsDomain

The fully qualified domain DNS name. NOTE: This property will not be serialized. It can only be populated by the server.

hostEntityId

The Host entity id that contains the account in case it is a local account (not domain joined) NOTE: This property will not be serialized. It can only be populated by the server.

isDomainJoined

Determines whether this is a domain account. NOTE: This property will not be serialized. It can only be populated by the server.

ntDomain

The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY. NOTE: This property will not be serialized. It can only be populated by the server.

objectGuid

The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory. NOTE: This property will not be serialized. It can only be populated by the server.

puid

The Azure Active Directory Passport User ID. NOTE: This property will not be serialized. It can only be populated by the server.

sid

The account security identifier, e.g. S-1-5-18. NOTE: This property will not be serialized. It can only be populated by the server.

upnSuffix

The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

aadTenantId

The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

aadTenantId?: string

Property Value

string

aadUserId

The Azure Active Directory user id. NOTE: This property will not be serialized. It can only be populated by the server.

aadUserId?: string

Property Value

string

accountName

The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. NOTE: This property will not be serialized. It can only be populated by the server.

accountName?: string

Property Value

string

displayName

The display name of the account. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

dnsDomain

The fully qualified domain DNS name. NOTE: This property will not be serialized. It can only be populated by the server.

dnsDomain?: string

Property Value

string

hostEntityId

The Host entity id that contains the account in case it is a local account (not domain joined) NOTE: This property will not be serialized. It can only be populated by the server.

hostEntityId?: string

Property Value

string

isDomainJoined

Determines whether this is a domain account. NOTE: This property will not be serialized. It can only be populated by the server.

isDomainJoined?: boolean

Property Value

boolean

ntDomain

The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY. NOTE: This property will not be serialized. It can only be populated by the server.

ntDomain?: string

Property Value

string

objectGuid

The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory. NOTE: This property will not be serialized. It can only be populated by the server.

objectGuid?: string

Property Value

string

puid

The Azure Active Directory Passport User ID. NOTE: This property will not be serialized. It can only be populated by the server.

puid?: string

Property Value

string

sid

The account security identifier, e.g. S-1-5-18. NOTE: This property will not be serialized. It can only be populated by the server.

sid?: string

Property Value

string

upnSuffix

The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com. NOTE: This property will not be serialized. It can only be populated by the server.

upnSuffix?: string

Property Value

string

Inherited Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

additionalData?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

Inherited From EntityCommonProperties.additionalData

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName