AccountupdatedEntitlementChangesInnerAddedInnerOwner
The type of the entitlement.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique identifier of the owner. | [optional] |
| name | str | The name of the owner. | [optional] |
| type | str | The 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'
)