OpenShiftManagedClusterAADIdentityProvider 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.
Defines the Identity provider for MS AAD.
[Newtonsoft.Json.JsonObject("AADIdentityProvider")]
public class OpenShiftManagedClusterAADIdentityProvider : Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterBaseIdentityProvider
[<Newtonsoft.Json.JsonObject("AADIdentityProvider")>]
type OpenShiftManagedClusterAADIdentityProvider = class
inherit OpenShiftManagedClusterBaseIdentityProvider
Public Class OpenShiftManagedClusterAADIdentityProvider
Inherits OpenShiftManagedClusterBaseIdentityProvider
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
OpenShiftManagedClusterAADIdentityProvider() |
Initializes a new instance of the OpenShiftManagedClusterAADIdentityProvider class. |
OpenShiftManagedClusterAADIdentityProvider(String, String, String, String) |
Initializes a new instance of the OpenShiftManagedClusterAADIdentityProvider class. |
Properties
ClientId |
Gets or sets the clientId password associated with the provider. |
CustomerAdminGroupId |
Gets or sets the groupId to be granted cluster admin role. |
Secret |
Gets or sets the secret password associated with the provider. |
TenantId |
Gets or sets the tenantId associated with the provider. |
Applies to
Azure SDK for .NET