AccessConfigResponseResponse

data class AccessConfigResponseResponse(val authenticationMode: AuthenticationModeEnumValueResponse? = null, val bootstrapClusterCreatorAdminPermissions: Boolean? = null)

Definition of AccessConfigResponse

Constructors

Link copied to clipboard
constructor(authenticationMode: AuthenticationModeEnumValueResponse? = null, bootstrapClusterCreatorAdminPermissions: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current authentication mode of the cluster.

Link copied to clipboard

Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.