OpenShiftManagedClusterAADIdentityProvider Class

Definition

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
OpenShiftManagedClusterAADIdentityProvider
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