enableAuthentication

@JvmName(name = "jwknusutmmcrvsen")
suspend fun enableAuthentication(value: Output<Boolean>)
@JvmName(name = "sgoihpouaoyglxpo")
suspend fun enableAuthentication(value: Boolean?)

Deprecated

`enable_authentication` will be removed in favour of the property `authentication_enabled` in version 4.0 of the AzureRM Provider.

Parameters

value

If set to false, the Redis instance will be accessible without authentication. Defaults to true.

NOTE: enable_authentication can only be set to false if a subnet_id is specified; and only works if there aren't existing instances within the subnet with enable_authentication set to true.