Partilhar via


IAadProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.AadProfileTypeConverter))]
public interface IAadProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.AadProfileTypeConverter))>]
type IAadProfile = interface
    interface IJsonSerializable
Public Interface IAadProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdminGroupObjectID

The list of AAD group object IDs that will have admin role of the cluster.

EnableAzureRbac

Whether to enable Azure RBAC for Kubernetes authorization.

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)

Applies to