次の方法で共有


Attestation.Owner プロパティ

定義

リソースの状態を設定する担当者を取得または設定します。 通常、この値は Azure Active Directory オブジェクト ID です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象