Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ManagedClusterAADProfile Class

Definition

Namespace:
Microsoft.Azure.Management.ContainerService.Models
Assembly:
Microsoft.Azure.PowerShell.Aks.Management.Sdk.dll

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. For more details see managed AAD on AKS.

public class ManagedClusterAADProfile
type ManagedClusterAADProfile = class
Public Class ManagedClusterAADProfile
Inheritance
ManagedClusterAADProfile

Remarks

For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad).

Constructors

Name Description
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

Name Description
AdminGroupObjectIDs

Gets or sets the list of AAD group object IDs that will have admin role of the cluster.

ClientAppId

Gets or sets (DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy.

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 (DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy.

ServerAppSecret

Gets or sets (DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy.

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