Google Cloud Container V1 Client - Class IdentityServiceConfig (1.17.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class IdentityServiceConfig.

IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API

Generated from protobuf message google.container.v1.IdentityServiceConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether to enable the Identity Service component

getEnabled

Whether to enable the Identity Service component

Returns
TypeDescription
bool

setEnabled

Whether to enable the Identity Service component

Parameter
NameDescription
var bool
Returns
TypeDescription
$this