SODViolationCreatedPayloadTarget
Identity or entity the violation applies to.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Target ID. | [optional] |
| type | Enum [ 'IDENTITY' ] | DTO type of the target reference. | [optional] |
| } |
Example
from sailpoint.triggers.models.sod_violation_created_payload_target import SODViolationCreatedPayloadTarget
sod_violation_created_payload_target = SODViolationCreatedPayloadTarget(
id='2c9180888380236101838062022f00ea',
type='IDENTITY'
)