Appliedcontrol
Import this model from the entry point of its package:
import { Appliedcontrol } from '@sailpoint/angular-sdk/sod_violations';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The system-generated unique identifier of the applied control record. | [default to undefined] |
| violation | string | The unique identifier of the policy violation the control was applied to. | [default to undefined] |
| control | Referenceresponse | [default to undefined] | |
| applier | Referenceresponse | [default to undefined] | |
| appliedDate | string | The date and time when the control was applied to the violation. | [readonly] [default to undefined] |
| expiration | string | The date and time when the applied control expires. | [readonly] [default to undefined] |
| comments | (optional) string | Optional comments captured when the control was applied. | [default to undefined] |
| status | (optional) Appliedcontrolstatus | [default to undefined] | |
| workflowId | (optional) string | The identifier of the workflow triggered when the control was applied. | [default to undefined] |