Skip to main content

SODViolationCreatedPayloadOwner

Owner of the violation (e.g. assigned identity).

Properties

NameTypeDescriptionNotes
idstrOwner ID.[optional]
typeEnum [ 'IDENTITY', 'GOVERNANCE_GROUP' ]DTO type of the owner reference.[optional]
}

Example

from sailpoint.triggers.models.sod_violation_created_payload_owner import SODViolationCreatedPayloadOwner

sod_violation_created_payload_owner = SODViolationCreatedPayloadOwner(
id='2c918088837fe14901838062029a04bf',
type='IDENTITY'
)

[Back to top]