AccountEntity interface

表示帳戶實體。

Extends

屬性

aadTenantId

Azure Active Directory 租使用者標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

aadUserId

Azure Active Directory 使用者識別碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

accountName

帳戶的名稱。 此欄位應該只保留名稱,而不需要新增任何網域,亦即系統管理員。 注意:這個屬性不會串行化。 它只能由伺服器填入。

additionalData

應該屬於實體的自定義欄位包,並將呈現給使用者。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayName

帳戶的顯示名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dnsDomain

完整網域 DNS 名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

friendlyName

圖表項目顯示名稱,這是圖表項目實例的簡短人類可讀描述。 這個屬性是選擇性的,而且可能是系統產生的。 注意:這個屬性不會串行化。 它只能由伺服器填入。

hostEntityId

包含帳戶的 Host 實體識別碼,以防它是本機帳戶(未加入網域)注意:此屬性將不會串行化。 它只能由伺服器填入。

isDomainJoined

判斷這是否為網域帳戶。 注意:這個屬性不會串行化。 它只能由伺服器填入。

kind

多型歧視性,指定這個物件可以是的不同類型

ntDomain

NetBIOS 功能變數名稱會以警示格式網域/使用者名稱顯示。 範例:NT AUTHORITY。 注意:這個屬性不會串行化。 它只能由伺服器填入。

objectGuid

objectGUID 屬性是單一值屬性,這是 Active Directory 指派之物件的唯一標識符。 注意:這個屬性不會串行化。 它只能由伺服器填入。

puid

Azure Active Directory Passport 用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sid

帳戶安全性標識碼,例如 S-1-5-18。 注意:這個屬性不會串行化。 它只能由伺服器填入。

upnSuffix

帳戶的用戶主體名稱後綴,在某些情況下也是功能變數名稱。 範例:contoso.com。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

aadTenantId

Azure Active Directory 租使用者標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

aadTenantId?: string

屬性值

string

aadUserId

Azure Active Directory 使用者識別碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

aadUserId?: string

屬性值

string

accountName

帳戶的名稱。 此欄位應該只保留名稱,而不需要新增任何網域,亦即系統管理員。 注意:這個屬性不會串行化。 它只能由伺服器填入。

accountName?: string

屬性值

string

additionalData

應該屬於實體的自定義欄位包,並將呈現給使用者。 注意:這個屬性不會串行化。 它只能由伺服器填入。

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

屬性值

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

displayName

帳戶的顯示名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayName?: string

屬性值

string

dnsDomain

完整網域 DNS 名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dnsDomain?: string

屬性值

string

friendlyName

圖表項目顯示名稱,這是圖表項目實例的簡短人類可讀描述。 這個屬性是選擇性的,而且可能是系統產生的。 注意:這個屬性不會串行化。 它只能由伺服器填入。

friendlyName?: string

屬性值

string

hostEntityId

包含帳戶的 Host 實體識別碼,以防它是本機帳戶(未加入網域)注意:此屬性將不會串行化。 它只能由伺服器填入。

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 用戶標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

puid?: string

屬性值

string

sid

帳戶安全性標識碼,例如 S-1-5-18。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sid?: string

屬性值

string

upnSuffix

帳戶的用戶主體名稱後綴,在某些情況下也是功能變數名稱。 範例:contoso.com。 注意:這個屬性不會串行化。 它只能由伺服器填入。

upnSuffix?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自 Entity.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自 Entity.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

繼承自Entity.systemData

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自Entity.type