Skip to main content

SODViolationCreatedPayloadTarget

Identity or entity the violation applies to.

Properties

NameTypeDescriptionNotes
idstrTarget ID.[optional]
typeEnum [ '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'
)

[Back to top]