ManagedClusterAADProfile interface
有关详细信息,请参阅 AKS 上的托管 AAD。
属性
| admin |
将具有群集管理员角色的 AAD 组对象 ID 的列表。 |
| client |
客户端 AAD 应用程序 ID。 |
| enable |
是否为 Kubernetes 授权启用 Azure RBAC。 |
| managed | 是否启用托管 AAD。 |
| server |
服务器 AAD 应用程序 ID。 |
| server |
服务器 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