AuthorizationScopeFilter Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines what level of authorization resources should be returned based on the which subscriptions and management groups are passed as scopes.
public enum AuthorizationScopeFilter
type AuthorizationScopeFilter =
Public Enum AuthorizationScopeFilter
- Inheritance
-
AuthorizationScopeFilter
Fields
Name | Value | Description |
---|---|---|
AtScopeAndBelow | 0 | AtScopeAndBelow. |
AtScopeAndAbove | 1 | AtScopeAndAbove. |
AtScopeExact | 2 | AtScopeExact. |
AtScopeAboveAndBelow | 3 | AtScopeAboveAndBelow. |