次の方法で共有


SystemAssignedIdentity.ClientId プロパティ

定義

ID に関連付けられているアプリの ID を取得します。 これは、MSI によってランダムに生成された UUID です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientId")]
public Guid? ClientId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientId")>]
member this.ClientId : Nullable<Guid>
Public ReadOnly Property ClientId As Nullable(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象