你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountEntity interface

表示帐户实体。

扩展

属性

aadTenantId

The Azure Active Directory tenant id.

aadUserId

Azure Active Directory 用户 ID。

accountName

帐户的名称。 此字段应仅保留名称而不添加任何域,即管理员。

additionalData

应属于实体的自定义字段的包,并将呈现给用户。

displayName

帐户的显示名称。

dnsDomain

完全限定的域名。

friendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

hostEntityId

包含帐户的主机实体 ID(如果它是本地帐户(未加入域)

isDomainJoined

确定此帐户是否为域帐户。

kind

实体的类型。

ntDomain

NetBIOS 域名显示为警报格式的域/用户名。 示例:NT AUTHORITY。

objectGuid

objectGUID 属性是一个单值属性,它是由 Active Directory 分配的对象的唯一标识符。

puid

Azure Active Directory Passport 用户 ID。

sid

帐户安全标识符,例如 S-1-5-18。

upnSuffix

帐户的用户主体名称后缀,在某些情况下也是域名。 示例:contoso.com。

继承属性

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

资源的名称

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

属性详细信息

aadTenantId

The Azure Active Directory tenant id.

aadTenantId?: string

属性值

string

aadUserId

Azure Active Directory 用户 ID。

aadUserId?: string

属性值

string

accountName

帐户的名称。 此字段应仅保留名称而不添加任何域,即管理员。

accountName?: string

属性值

string

additionalData

应属于实体的自定义字段的包,并将呈现给用户。

additionalData?: Record<string, any>

属性值

Record<string, any>

displayName

帐户的显示名称。

displayName?: string

属性值

string

dnsDomain

完全限定的域名。

dnsDomain?: string

属性值

string

friendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

friendlyName?: string

属性值

string

hostEntityId

包含帐户的主机实体 ID(如果它是本地帐户(未加入域)

hostEntityId?: string

属性值

string

isDomainJoined

确定此帐户是否为域帐户。

isDomainJoined?: boolean

属性值

boolean

kind

实体的类型。

kind: "Account"

属性值

"Account"

ntDomain

NetBIOS 域名显示为警报格式的域/用户名。 示例:NT AUTHORITY。

ntDomain?: string

属性值

string

objectGuid

objectGUID 属性是一个单值属性,它是由 Active Directory 分配的对象的唯一标识符。

objectGuid?: string

属性值

string

puid

Azure Active Directory Passport 用户 ID。

puid?: string

属性值

string

sid

帐户安全标识符,例如 S-1-5-18。

sid?: string

属性值

string

upnSuffix

帐户的用户主体名称后缀,在某些情况下也是域名。 示例:contoso.com。

upnSuffix?: string

属性值

string

继承属性详细信息

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

属性值

string

继承自 Entity.id

name

资源的名称

name?: string

属性值

string

继承自 Entity.name

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

systemData?: SystemData

属性值

继承自Entity.systemData

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

type?: string

属性值

string

继承自Entity.type