Sdílet prostřednictvím


ManagedClusterAadProfile Class

Definition

For more details see managed AAD on AKS.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAadProfileTypeConverter))]
public class ManagedClusterAadProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterAadProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAadProfileTypeConverter))>]
type ManagedClusterAadProfile = class
    interface IManagedClusterAadProfile
    interface IJsonSerializable
Public Class ManagedClusterAadProfile
Implements IManagedClusterAadProfile
Inheritance
ManagedClusterAadProfile
Attributes
Implements

Constructors

ManagedClusterAadProfile()

Creates an new ManagedClusterAadProfile instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterAadProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterAadProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterAadProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterAadProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterAadProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to