ManagedClusterOIDCIssuerProfileResponse

data class ManagedClusterOIDCIssuerProfileResponse(val enabled: Boolean? = null, val issuerURL: String)

The OIDC issuer profile of the Managed Cluster.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, issuerURL: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether the OIDC issuer is enabled.

Link copied to clipboard

The OIDC issuer url of the Managed Cluster.