LocalUser.HasSshKey プロパティ

定義

ssh キーが存在するかどうかを示す値を取得または設定します。 既存の SSH キーを削除するには、false に設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hasSshKey")]
public bool? HasSshKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hasSshKey")>]
member this.HasSshKey : Nullable<bool> with get, set
Public Property HasSshKey As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象