AccountstatuschangedStatusChange
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.identity_history.models.accountstatuschanged_status_change import AccountstatuschangedStatusChange
accountstatuschanged_status_change = AccountstatuschangedStatusChange(
previous_status='enabled',
new_status='disabled'
)