GroupingProvider
A uniquely identified source of group information. Used for identification and reorganization (cleanup) of groups.
erDiagram
GroupingProvider ||--o{ Group : "GroupingProviderID"
GroupingProvider ||--o{ GroupingProviderScanHistory : "GroupingProviderID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this entity was created in the database |
| CreatedGUID |
guid |
GUID of the scan that created this grouping provider |
| Description |
string |
Description |
| DisplayName |
string |
Name that the GUI displays |
| ID |
numeric |
Internal ID for the GroupingProvider entity (Primary Key) |
| LastScan |
datetime |
Date/Time this grouping provider did last scan its source information |
| LastScanGUID |
guid |
GUID of the last scan this grouping provider |
| Notes |
string |
Notes |
| ProviderGUID |
guid |
A uuid that uniquely identifies the grouping provider. Must be set to a distinct value for each provider. |
Referenced by
| Table |
Column Name |
Description |
| Group |
GroupingProviderID |
Group of users or machines |
| GroupingProviderScanHistory |
GroupingProviderID |
Scan history of a grouping provider |