Skip to main content

AccountupdatedEntitlementChangesInnerAddedInner

Properties

NameTypeDescriptionNotes
idstrThe unique identifier of the entitlement.[optional]
namestrThe name of the entitlement.[optional]
ownerAccountupdatedEntitlementChangesInnerAddedInnerOwner[optional]
valuestrThe value of the entitlement.[optional]
}

Example

from sailpoint.triggers.models.accountupdated_entitlement_changes_inner_added_inner import AccountupdatedEntitlementChangesInnerAddedInner

accountupdated_entitlement_changes_inner_added_inner = AccountupdatedEntitlementChangesInnerAddedInner(
id='2c9180835d2e5168015d32f890ca1581',
name='Admin',
owner=sailpoint.triggers.models.accountupdated_entitlement_changes_inner_added_inner_owner.accountupdated_entitlementChanges_inner_added_inner_owner(
id = '2c9180835d2e5168015d32f890ca1581',
name = 'Owner Name',
type = 'Primary', ),
value='Admin'
)

[Back to top]