Interface protos.google.container.v1.ISetMasterAuthRequest (2.3.2)

Properties of a SetMasterAuthRequest.

Package

@google-cloud/container!

Properties

action

action?: (google.container.v1.SetMasterAuthRequest.Action|keyof typeof google.container.v1.SetMasterAuthRequest.Action|null);

SetMasterAuthRequest action

Property Value
TypeDescription
(google.container.v1.SetMasterAuthRequest.Action|keyof typeof google.container.v1.SetMasterAuthRequest.Action|null)

clusterId

clusterId?: (string|null);

SetMasterAuthRequest clusterId

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

SetMasterAuthRequest name

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

SetMasterAuthRequest projectId

Property Value
TypeDescription
(string|null)

update

update?: (google.container.v1.IMasterAuth|null);

SetMasterAuthRequest update

Property Value
TypeDescription
(google.container.v1.IMasterAuth|null)

zone

zone?: (string|null);

SetMasterAuthRequest zone

Property Value
TypeDescription
(string|null)