ClusterAuthenticatorGroupsConfigArgs

data class ClusterAuthenticatorGroupsConfigArgs(val securityGroup: Output<String>) : ConvertibleToJava<ClusterAuthenticatorGroupsConfigArgs>

Constructors

Link copied to clipboard
constructor(securityGroup: Output<String>)

Properties

Link copied to clipboard
val securityGroup: Output<String>

The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format gke-security-groups@yourdomain.com.

Functions

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