共用方式為


ResourceIdentity interface

資源的 Azure Active Directory 身分識別組態。

屬性

principalId

Azure Active Directory 主體識別碼。注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId

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

type

識別類型。 將此設定為 'SystemAssigned',以便自動建立並指派資源的 Azure Active Directory 主體。

userAssignedIdentities

要使用的使用者指派身分識別的資源識別碼

屬性詳細資料

principalId

Azure Active Directory 主體識別碼。注意:此屬性不會序列化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

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

tenantId?: string

屬性值

string

type

識別類型。 將此設定為 'SystemAssigned',以便自動建立並指派資源的 Azure Active Directory 主體。

type?: string

屬性值

string

userAssignedIdentities

要使用的使用者指派身分識別的資源識別碼

userAssignedIdentities?: {[propertyName: string]: UserIdentity}

屬性值

{[propertyName: string]: UserIdentity}