authorizationMode property

String? authorizationMode
getter/setter pair

The authorization mode of the Redis cluster.

If not provided, auth feature is disabled for the cluster.

Optional. Possible string values are:

  • "AUTH_MODE_UNSPECIFIED" : Not set.
  • "AUTH_MODE_IAM_AUTH" : IAM basic authorization mode
  • "AUTH_MODE_DISABLED" : Authorization disabled mode

Implementation

core.String? authorizationMode;