AuthenticatorGroupsConfigArgs

data class AuthenticatorGroupsConfigArgs(val enabled: Output<Boolean>? = null, val securityGroup: Output<String>? = null) : ConvertibleToJava<AuthenticatorGroupsConfigArgs>

Configuration for returning group information from authenticators.

Constructors

Link copied to clipboard
fun AuthenticatorGroupsConfigArgs(enabled: Output<Boolean>? = null, securityGroup: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether this cluster should return group membership lookups during authentication using a group of security groups.

Link copied to clipboard
val securityGroup: Output<String>? = null

The name of the security group-of-groups to be used. Only relevant if enabled = true.