POLICY_ANALYSIS
The POLICY_ANALYSIS
table stores the policy
analysis session formation during the policy change and service enforcement
change events.
Column Name | Description | Data type |
---|---|---|
ANALYSIS_ID * |
Unique ID. Primary key. | Character (32) |
TENANT_NAME |
Name of the tenant in a multi-tenant setting. | Character (64) |
STATUS * |
Contains status:
|
Numeric |
REASON * |
Reason for the analysis:
|
Numeric |
CONTEXT * |
Context of the analysis:
|
Numeric |
CHANGE_TYPE * |
Specific change type:
|
Numeric |
LAST_ACCESSED * |
Last accessed date. | Date |
WORKERS_STARTED * |
Counter that is incremented when an analysis messaging thread is started and assigned a unit of analysis work. Default: 0 | Numeric |
WORKERS_COMPLETED * |
This counter is incremented when an analysis messaging thread completes its work. Default: 0 | Numeric |
WORKERS_TOTAL * |
The number of messaging threads that do the analysis work. Default: 0 | Numeric |
ACCOUNT_EVALUATED * |
The number of accounts that were evaluated during policy analysis. Default: 0 | Numeric |
* Indicates the column is required and not null.