通过


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

ManagedClusterIdentityOutput interface

托管群集的标识。

属性

principalId

主组件使用的系统分配标识的主体 ID。

tenantId

主组件使用的系统分配标识的租户 ID。

type

有关详细信息,请参阅 在 AKS中使用托管标识。

userAssignedIdentities

密钥必须是 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。

属性详细信息

principalId

主组件使用的系统分配标识的主体 ID。

principalId?: string

属性值

string

tenantId

主组件使用的系统分配标识的租户 ID。

tenantId?: string

属性值

string

type

有关详细信息,请参阅 在 AKS中使用托管标识。

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

属性值

"SystemAssigned" | "UserAssigned" | "None"

userAssignedIdentities

密钥必须是 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。

userAssignedIdentities?: Record<string, ManagedServiceIdentityUserAssignedIdentitiesValueOutput>

属性值