Google Cloud Container V1 Client - Class AuthenticatorGroupsConfig (2.0.0-RC1)

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
Name Description
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
Type Description
bool

setEnabled

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

Parameter
Name Description
var bool
Returns
Type Description
$this

getSecurityGroup

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

Returns
Type Description
string

setSecurityGroup

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

Parameter
Name Description
var string
Returns
Type Description
$this