ManagedClusterIdentity interface
受控叢集的身分識別。
屬性
delegated |
指派給這個受控叢集的委派識別資源。 這只能由另一個 Azure 資源提供者設定,而受控叢集只接受一個委派的身分識別資源。 僅供內部使用。 |
principal |
主要元件所使用的系統指派身分識別主體識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
tenant |
主要元件所使用的系統指派身分識別的租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
type | 如需詳細資訊,請參閱 在 AKS 中使用受控識別。 |
user |
金鑰必須是 ARM 資源識別碼,格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 |
屬性詳細資料
delegatedResources
指派給這個受控叢集的委派識別資源。 這只能由另一個 Azure 資源提供者設定,而受控叢集只接受一個委派的身分識別資源。 僅供內部使用。
delegatedResources?: {[propertyName: string]: DelegatedResource}
屬性值
{[propertyName: string]: DelegatedResource}
principalId
主要元件所使用的系統指派身分識別主體識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。
principalId?: string
屬性值
string
tenantId
主要元件所使用的系統指派身分識別的租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
type
userAssignedIdentities
金鑰必須是 ARM 資源識別碼,格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。
userAssignedIdentities?: {[propertyName: string]: ManagedServiceIdentityUserAssignedIdentitiesValue}
屬性值
{[propertyName: string]: ManagedServiceIdentityUserAssignedIdentitiesValue}