SourceType view
The Reporting2.SourceType view defines source types.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| Id | tinyint | The source type id. | |
| Value | nvarchar(100) | The string value of the id. | |
| Description | nvarchar(512) | X | Provides a simple description of the value. |
Content
You can run the following query to verify the contents of the Reporting.SourceType view.
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting2].[SourceType]
| ID | Value | Description |
|---|---|---|
| 0 | Unknown | Invalid or Unknown source |
| 1 | Interactive User | |
| 2 | Agent | |
| 3 | API |