共用方式為


ManagedServiceIdentityOutput interface

受控服務識別。

屬性

principalId

受控服務識別的主體標識碼。

tenantId

受控服務識別的租使用者。

type

受控服務識別的類型。

userAssignedIdentities

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

屬性詳細資料

principalId

受控服務識別的主體標識碼。

principalId?: string

屬性值

string

tenantId

受控服務識別的租使用者。

tenantId?: string

屬性值

string

type

受控服務識別的類型。

type?: "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned"

屬性值

"None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned"

userAssignedIdentities

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

userAssignedIdentities?: Record<string, UserAssignedIdentityOutput>

屬性值

Record<string, UserAssignedIdentityOutput>