authEnabled property

bool? authEnabled
getter/setter pair

Indicates whether OSS Redis AUTH is enabled for the instance.

If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.

Optional.

Implementation

core.bool? authEnabled;