次の方法で共有


AccessPolicyEntry.ObjectId プロパティ

定義

コンテナーの Azure Active Directory テナント内のユーザー、サービス プリンシパル、またはセキュリティ グループのオブジェクト ID を取得または設定します。 オブジェクト ID は、アクセス ポリシーの一覧に関して一意である必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象