共用方式為


ResourceIdentity interface

可以與資源相關聯的身分識別。

屬性

principalId

身分識別的主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId

與資源身分識別相關聯的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。

userAssignedIdentities

與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

屬性詳細資料

principalId

身分識別的主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

與資源身分識別相關聯的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。

type?: string

屬性值

string

userAssignedIdentities

與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

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

屬性值

{[propertyName: string]: UserIdentity}