Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountEntity

Package version

Represents an account entity.

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 id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 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.

kind

kind: "Account"

Polymorphic discriminator, which specifies the different types this object can be

Optional name

name: undefined | string

The name of the resource 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 systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" 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