IAadProfile Interface
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.
[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) |