Skip to main content

AccountupdatedEntitlementChangesInnerAddedInnerOwner

The type of the entitlement.

Properties

NameTypeDescriptionNotes
idstrThe unique identifier of the owner.[optional]
namestrThe name of the owner.[optional]
typestrThe type of the owner.[optional]
}

Example

from sailpoint.triggers.models.accountupdated_entitlement_changes_inner_added_inner_owner import AccountupdatedEntitlementChangesInnerAddedInnerOwner

accountupdated_entitlement_changes_inner_added_inner_owner = AccountupdatedEntitlementChangesInnerAddedInnerOwner(
id='2c9180835d2e5168015d32f890ca1581',
name='Owner Name',
type='Primary'
)

[Back to top]