ManagedClusterIdentityOutput interface
托管群集的标识。
属性
| principal |
主组件使用的系统分配标识的主体 ID。 |
| tenant |
主组件使用的系统分配标识的租户 ID。 |
| type | 有关详细信息,请参阅 在 AKS中使用托管标识。 |
| user |
密钥必须是 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>
属性值
Record<string, ManagedServiceIdentityUserAssignedIdentitiesValueOutput>