mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
985 B
985 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-sod-violation-check | SodViolationCheck | SodViolationCheck | SodViolationCheck | pythonsdk |
|
/tools/sdk/python/v2025/models/sod-violation-check |
|
SodViolationCheck
An object referencing an SOD violation check
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| request_id | str | The id of the original request | [required] |
| created | datetime | The date-time when this request was created. | [optional] [readonly] |
| } |
Example
from sailpoint.v2025.models.sod_violation_check import SodViolationCheck
sod_violation_check = SodViolationCheck(
request_id='089899f13a8f4da7824996191587bab9',
created='2020-01-01T00:00Z'
)