mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-requested-status-change | AccessRequestedStatusChange | AccessRequestedStatusChange | AccessRequestedStatusChange | pythonsdk |
|
/tools/sdk/python/v2024/models/access-requested-status-change |
|
AccessRequestedStatusChange
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| previous_status | Enum [ 'enabled', 'disabled', 'locked' ] | the previous status of the account | [optional] |
| new_status | Enum [ 'enabled', 'disabled', 'locked' ] | the new status of the account | [optional] |
| } |
Example
from sailpoint.v2024.models.access_requested_status_change import AccessRequestedStatusChange
access_requested_status_change = AccessRequestedStatusChange(
previous_status='enabled',
new_status='disabled'
)