Skip to main content

MachineidentityupdatedSingleValueAttributeChangesInner

Properties

NameTypeDescriptionNotes
namestrThe name of the attribute that was changed.[required]
old_valueMachineidentityupdatedSingleValueAttributeChangesInnerOldValue[required]
new_valueMachineidentityupdatedSingleValueAttributeChangesInnerNewValue[required]
}

Example

from sailpoint.triggers.models.machineidentityupdated_single_value_attribute_changes_inner import MachineidentityupdatedSingleValueAttributeChangesInner

machineidentityupdated_single_value_attribute_changes_inner = MachineidentityupdatedSingleValueAttributeChangesInner(
name='displayName',
old_value=John Doe,
new_value=John A. Doe
)

[Back to top]