IdentityAttributesChangedChangesInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
attribute | str | Identity attribute's name. | [required] |
old_value | IdentityAttributesChangedChangesInnerOldValue | [optional] | |
new_value | IdentityAttributesChangedChangesInnerNewValue | [optional] | |
} |
Example
from sailpoint.beta.models.identity_attributes_changed_changes_inner import IdentityAttributesChangedChangesInner
identity_attributes_changed_changes_inner = IdentityAttributesChangedChangesInner(
attribute='department',
old_value=sales,
new_value=marketing
)