AccountdeletedEvent
Details about the event.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'ACCOUNT_DELETED_V2' ] | The type of event. | [required] |
| cause | Enum [ 'AGGREGATION', 'PROVISIONING' ] | The cause of the event. | [required] |
| } |
Example
from sailpoint.triggers.models.accountdeleted_event import AccountdeletedEvent
accountdeleted_event = AccountdeletedEvent(
type='ACCOUNT_DELETED_V2',
cause='AGGREGATION'
)