SecurityScopeEnum 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.
Enumerates the scopes of security that are available on the report server.
public enum class SecurityScopeEnum
public enum SecurityScopeEnum
type SecurityScopeEnum =
Public Enum SecurityScopeEnum
- Inheritance
-
SecurityScopeEnum
Fields
Name | Value | Description |
---|---|---|
System | 0 | Specifies the system items. |
Catalog | 1 | Specifies the catalog items. |
Model | 2 | Specifies the model items. |
All | 3 | Specifies all items. |
Remarks
Used by the ListRoles and ListTasks methods to specify the security scope of items to return.