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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setEnabled
Whether to enable the Identity Service component
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |