AadProfile 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.
AAD Profile specifies attributes for Azure Active Directory integration.
public class AadProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kubernetes.Models.AadProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kubernetes.Models.AadProfile>
type AadProfile = class
interface IJsonModel<AadProfile>
interface IPersistableModel<AadProfile>
Public Class AadProfile
Implements IJsonModel(Of AadProfile), IPersistableModel(Of AadProfile)
- Inheritance
-
AadProfile
- Implements
Constructors
| Name | Description |
|---|---|
| AadProfile() |
Initializes a new instance of AadProfile. |
Properties
| Name | Description |
|---|---|
| AdminGroupObjectIDs |
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. |