Skip to main content

SODViolationClosedPayloadOwner

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

Properties

NameTypeDescriptionNotes
idstrOwner ID.[optional]
typeEnum [ 'IDENTITY', 'GOVERNANCE_GROUP' ]Owner type.[optional]
}

Example

from sailpoint.triggers.models.sod_violation_closed_payload_owner import SODViolationClosedPayloadOwner

sod_violation_closed_payload_owner = SODViolationClosedPayloadOwner(
id='2c918088837fe14901838062029a04bf',
type='IDENTITY'
)

[Back to top]