Entitlementv2Owner
The identity that owns the entitlementv1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The identity ID | [optional] |
| type | Enum [ 'IDENTITY' ] | The type of object | [optional] |
| name | str | The display name of the identity | [optional] |
| } |
Example
from sailpoint.entitlements.models.entitlementv2_owner import Entitlementv2Owner
entitlementv2_owner = Entitlementv2Owner(
id='2c9180827ca885d7017ca8ce28a000eb',
type='IDENTITY',
name='john.doe'
)