Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountEntityProperties

Package version

Account entity property bag.

Hierarchy

Index

Properties

Optional aadTenantId

aadTenantId: undefined | string

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

Optional aadUserId

aadUserId: undefined | string

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

Optional accountName

accountName: undefined | string

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.

Optional additionalData

additionalData: undefined | {}

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.

Optional displayName

displayName: undefined | string

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

Optional dnsDomain

dnsDomain: undefined | string

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

Optional friendlyName

friendlyName: undefined | string

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.

Optional hostEntityId

hostEntityId: undefined | string

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.

Optional isDomainJoined

isDomainJoined: undefined | false | true

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

Optional ntDomain

ntDomain: undefined | string

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.

Optional objectGuid

objectGuid: undefined | string

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.

Optional puid

puid: undefined | string

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

Optional sid

sid: undefined | string

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.

Optional upnSuffix

upnSuffix: undefined | string

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.

Generated using TypeDoc