ClusterPrincipalAssignment.PrincipalType プロパティ

定義

プリンシパルの種類を取得または設定します。 使用可能な値は、'App'、'Group'、'User' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象