Google Cloud Container V1 Client - Class AuthenticatorGroupsConfig (1.21.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
bool

setEnabled

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getSecurityGroup

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

Returns
TypeDescription
string

setSecurityGroup

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this