Google Cloud Container V1 Client - Class LegacyAbac (1.13.1)

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

Configuration for the legacy Attribute Based Access Control authorization mode.

Generated from protobuf message google.container.v1.LegacyAbac

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.

getEnabled

Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.

Returns
TypeDescription
bool

setEnabled

Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this