SecurityItemType 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 item associated with a specific authorization request.
public enum class SecurityItemType
public enum SecurityItemType
type SecurityItemType =
Public Enum SecurityItemType
- Inheritance
-
SecurityItemType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Specifies an unknown item type. |
Catalog | 1 | Specifies the entire report server database. |
Folder | 2 | Specifies a folder item type. |
Report | 3 | Specifies a report item type. |
Resource | 4 | Specifies a resource item type. |
Datasource | 5 | Specifies a data source item type. |
Model | 6 | Specifies a model type. |
ModelItem | 7 | Specifies a model item type. |