action property

String? action
getter/setter pair

The exact form of action to be taken on the master auth.

Required. Possible string values are:

  • "UNKNOWN" : Operation is unknown and will error out.
  • "SET_PASSWORD" : Set the password to a user generated value.
  • "GENERATE_PASSWORD" : Generate a new password and set it to that.
  • "SET_USERNAME" : 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.

Implementation

core.String? action;