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.sod_violations.models.sodviolationcheck import Sodviolationcheck

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

[Back to top]