ManagedClusterAadProfile Class
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.
For more details see managed AAD on AKS.
public class ManagedClusterAadProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAadProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAadProfile>
public class ManagedClusterAadProfile
type ManagedClusterAadProfile = class
interface IJsonModel<ManagedClusterAadProfile>
interface IPersistableModel<ManagedClusterAadProfile>
type ManagedClusterAadProfile = class
Public Class ManagedClusterAadProfile
Implements IJsonModel(Of ManagedClusterAadProfile), IPersistableModel(Of ManagedClusterAadProfile)
Public Class ManagedClusterAadProfile
- Inheritance
-
ManagedClusterAadProfile
- Implements
Constructors
ManagedClusterAadProfile() |
Initializes a new instance of ManagedClusterAadProfile. |
Properties
AdminGroupObjectIds |
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. |
IsAzureRbacEnabled |
Whether to enable Azure RBAC for Kubernetes authorization. |
IsManagedAadEnabled |
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. |
Explicit Interface Implementations
IJsonModel<ManagedClusterAadProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterAadProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterAadProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterAadProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterAadProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET