Reference documentation and code samples for the Google Cloud Container V1 Client class AuthenticatorGroupsConfig.
Configuration for returning group information from authenticators.
Generated from protobuf message google.container.v1.AuthenticatorGroupsConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
↳ security_group
string
The name of the security group-of-groups to be used. Only relevant if enabled = true.
getEnabled
Whether this cluster should return group membership lookups during authentication using a group of security groups.
bool
setEnabled
Whether this cluster should return group membership lookups during authentication using a group of security groups.
var
bool
$this
getSecurityGroup
The name of the security group-of-groups to be used. Only relevant if enabled = true.
string
setSecurityGroup
The name of the security group-of-groups to be used. Only relevant if enabled = true.
var
string
$this