Skip to main content

SodViolationCheck

An object referencing an SOD violation check

Properties

NameTypeDescriptionNotes
request_idstrThe id of the original request[required]
createddatetimeThe date-time when this request was created.[optional] [readonly]
}

Example

from sailpoint.v2024.models.sod_violation_check import SodViolationCheck

sod_violation_check = SodViolationCheck(
request_id='089899f13a8f4da7824996191587bab9',
created='2020-01-01T00:00Z'
)

[Back to top]