ClusterIdentity

data class ClusterIdentity(val oidcs: List<ClusterIdentityOidc>? = null)

Constructors

Link copied to clipboard
constructor(oidcs: List<ClusterIdentityOidc>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Nested block containing OpenID Connect identity provider information for the cluster. Detailed below.