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.
AADProfile specifies attributes for Azure Active Directory integration.
public class ManagedClusterAADProfile
type ManagedClusterAADProfile = class
Public Class ManagedClusterAADProfile
- Inheritance
-
ManagedClusterAADProfile
Constructors
ManagedClusterAADProfile() |
Initializes a new instance of the ManagedClusterAADProfile class. |
ManagedClusterAADProfile(Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String) |
Initializes a new instance of the ManagedClusterAADProfile class. |
Properties
AdminGroupObjectIDs |
Gets or sets AAD group object IDs that will have admin role of the cluster. |
ClientAppID |
Gets or sets the client AAD application ID. |
EnableAzureRBAC |
Gets or sets whether to enable Azure RBAC for Kubernetes authorization. |
Managed |
Gets or sets whether to enable managed AAD. |
ServerAppID |
Gets or sets the server AAD application ID. |
ServerAppSecret |
Gets or sets the server AAD application secret. |
TenantID |
Gets or sets the AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. |
Applies to
Azure SDK for .NET