Google Kubernetes Engine v1 API - Enum SetMasterAuthRequest.Types.Action (3.24.0)

public enum SetMasterAuthRequest.Types.Action

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum SetMasterAuthRequest.Types.Action.

Operation type: what type update to perform.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
GeneratePassword

Generate a new password and set it to that.

SetPassword

Set the password to a user generated value.

SetUsername

Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.

Unknown

Operation is unknown and will error out.