通过


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

ManagedClusterAADProfileOutput interface

有关详细信息,请参阅 AKS 上的托管 AAD。

属性

adminGroupObjectIDs

将具有群集管理员角色的 AAD 组对象 ID 的列表。

clientAppID

客户端 AAD 应用程序 ID。

enableAzureRBAC

是否为 Kubernetes 授权启用 Azure RBAC。

managed

是否启用托管 AAD。

serverAppID

服务器 AAD 应用程序 ID。

serverAppSecret

服务器 AAD 应用程序机密。

tenantID

用于身份验证的 AAD 租户 ID。 如果未指定,将使用部署订阅的租户。

属性详细信息

adminGroupObjectIDs

将具有群集管理员角色的 AAD 组对象 ID 的列表。

adminGroupObjectIDs?: string[]

属性值

string[]

clientAppID

客户端 AAD 应用程序 ID。

clientAppID?: string

属性值

string

enableAzureRBAC

是否为 Kubernetes 授权启用 Azure RBAC。

enableAzureRBAC?: boolean

属性值

boolean

managed

是否启用托管 AAD。

managed?: boolean

属性值

boolean

serverAppID

服务器 AAD 应用程序 ID。

serverAppID?: string

属性值

string

serverAppSecret

服务器 AAD 应用程序机密。

serverAppSecret?: string

属性值

string

tenantID

用于身份验证的 AAD 租户 ID。 如果未指定,将使用部署订阅的租户。

tenantID?: string

属性值

string