次の方法で共有


User.ImmutableId プロパティ

定義

新しいユーザー アカウントの作成時にユーザーの userPrincipalName (UPN) プロパティにフェデレーション ドメインを使用している場合は、これを取得または設定する必要があります。 オンプレミスの Active Directory ユーザー アカウントを Azure AD ユーザー オブジェクトに関連付けるために使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象