次の方法で共有


ClusterResourceProperties.AuthenticationMethod プロパティ

定義

Cassandra がクライアントの認証に使用する認証方法を取得または設定します。 'None' は認証をオフにするため、緊急時以外は使用しないでください。 "Cassandra" は、既定のパスワード ベースの認証です。 既定値は 'Cassandra' です。 使用可能な値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象