Skip to main content

Entitlementv2Owner

The identity that owns the entitlementv1

Properties

NameTypeDescriptionNotes
idstrThe identity ID[optional]
typeEnum [ 'IDENTITY' ]The type of object[optional]
namestrThe 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'
)

[Back to top]