OpenShiftManagedClusterAADIdentityProviderResponse

data class OpenShiftManagedClusterAADIdentityProviderResponse(val clientId: String? = null, val customerAdminGroupId: String? = null, val kind: String, val secret: String? = null, val tenantId: String? = null)

Defines the Identity provider for MS AAD.

Constructors

constructor(clientId: String? = null, customerAdminGroupId: String? = null, kind: String, secret: String? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The clientId password associated with the provider.

Link copied to clipboard

The groupId to be granted cluster admin role.

Link copied to clipboard

The kind of the provider. Expected value is 'AADIdentityProvider'.

Link copied to clipboard
val secret: String? = null

The secret password associated with the provider.

Link copied to clipboard
val tenantId: String? = null

The tenantId associated with the provider.