FACT_SYSTEMROLEAPPUSERCONSTITUENTSECURITY
Contains information about the constituent security groups assigned to system role application users
Primary Key
| Primary Key | Field Type |
|---|---|
| SYSTEMROLEAPPUSERCONSTITUENTSECURITYFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SYSTEMROLEAPPUSERCONSTITUENTSECURITYSYSTEMID | uniqueidentifier | yes | [dbo].[SYSTEMROLEAPPUSERCONSTITUENTSECURITY].[ID] | |
| SYSTEMROLEAPPUSERFACTID | int | yes | Reference key to the system role application user fact, derived from dbo.[SYSTEMROLEAPPUSERCONSTITUENTSECURITY].[SYSTEMROLEAPPUSERSYSTEMID] | |
| CONSTITUENTSECURITYGROUPDIMID | int | yes | Reference key to the constituent security group dimension, derived from dbo.[SYSTEMROLEAPPUSERCONSTITUENTSECURITY].[CONSTITUENTSECURITYATTRIBUTEID] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. | |
| SOURCEDIMID | int | yes | Source system used. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_FACT_SYSTEMROLEAPPUSERCONSTITUENTSECURITY | SYSTEMROLEAPPUSERCONSTITUENTSECURITYFACTID | yes | yes | yes |