IDatabaseProperties.AccessKeysAuthentication Property

Definition

This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessKeysAuthentication", Update=true)]
public string AccessKeysAuthentication { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="accessKeysAuthentication", Update=true)>]
member this.AccessKeysAuthentication : string with get, set
Public Property AccessKeysAuthentication As String

Property Value

Attributes

Applies to