AttributesChanged
Properties
Name | Type | Description | Notes |
---|---|---|---|
changes | []AttributeChange | [optional] | |
event_type | str | the event type | [optional] |
identity_id | str | the identity id | [optional] |
dt | str | the date of event | [optional] |
} |
Example
from sailpoint.v2024.models.attributes_changed import AttributesChanged
attributes_changed = AttributesChanged(
changes=[
{name=firstname, previousValue=adam, newValue=zampa}
],
event_type='',
identity_id='',
dt=''
)