AuthenticatorGroupsConfigResponse

data class AuthenticatorGroupsConfigResponse(val enabled: Boolean, val securityGroup: String)

Configuration for returning group information from authenticators.

Constructors

Link copied to clipboard
fun AuthenticatorGroupsConfigResponse(enabled: Boolean, securityGroup: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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