次の方法で共有


RoleDefinition.AssignableScopes プロパティ

定義

ロール定義の割り当て可能なスコープを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.assignableScopes")]
public System.Collections.Generic.IList<string> AssignableScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.assignableScopes")>]
member this.AssignableScopes : System.Collections.Generic.IList<string> with get, set
Public Property AssignableScopes As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象