AuthorizationScopeFilter type

スコープとして渡されるサブスクリプションと管理グループに基づいて、返される承認リソースのレベルを定義します。

type AuthorizationScopeFilter =
  | "AtScopeAndBelow"
  | "AtScopeAndAbove"
  | "AtScopeExact"
  | "AtScopeAboveAndBelow"