你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IManagedClusterAadProfile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAadProfileTypeConverter))]
public interface IManagedClusterAadProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAadProfileTypeConverter))>]
type IManagedClusterAadProfile = interface
interface IJsonSerializable
Public Interface IManagedClusterAadProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdminGroupObjectID |
The list of AAD group object IDs that will have admin role of the cluster. |
ClientAppId |
(DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. |
EnableAzureRbac |
Whether to enable Azure RBAC for Kubernetes authorization. |
Managed |
Whether to enable managed AAD. |
ServerAppId |
(DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. |
ServerAppSecret |
(DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy. |
TenantId |
The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |