AccessConfigResponseArgs

data class AccessConfigResponseArgs(val authenticationMode: Output<AuthenticationModeEnumValueArgs>? = null, val bootstrapClusterCreatorAdminPermissions: Output<Boolean>? = null) : ConvertibleToJava<AccessConfigResponseArgs>

Definition of AccessConfigResponse

Constructors

Link copied to clipboard
constructor(authenticationMode: Output<AuthenticationModeEnumValueArgs>? = null, bootstrapClusterCreatorAdminPermissions: Output<Boolean>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): AccessConfigResponseArgs