AuthorizationScopeFilter type
Defines what level of authorization resources should be returned based on the which subscriptions and management groups are passed as scopes.
type AuthorizationScopeFilter =
| "AtScopeAndBelow"
| "AtScopeAndAbove"
| "AtScopeExact"
| "AtScopeAboveAndBelow"