Class MasterAuth (1.0.2)

The authentication information for accessing the master endpoint. Authentication can be done using HTTP basic auth or using client certificates. .. attribute:: username

The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string).

Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.

[Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > MasterAuth