AuthorizationScopeFilter type

根據哪些訂用帳戶和管理群組作為範圍傳遞,定義應該傳回哪些授權資源層級。

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