共用方式為


ClusterResourceProperties.AuthenticationMethod Property

Definition

Gets or sets which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. Possible values include: 'None', 'Cassandra'

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationMethod")]
public string AuthenticationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationMethod")>]
member this.AuthenticationMethod : string with get, set
Public Property AuthenticationMethod As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to