Skip to main content

UserEntitlementV2

A user entitlement associated to a machine identity.

Properties

NameTypeDescriptionNotes
source_idstrThe source ID of the entitlement.[optional]
entitlement_idstrThe ID of the entitlement.[optional]
display_namestrThe display name of the entitlement.[optional]
sourceUserEntitlementV2Source[optional]
}

Example

from sailpoint.machine_identities.models.user_entitlement_v2 import UserEntitlementV2

user_entitlement_v2 = UserEntitlementV2(
source_id='5898b7c1-620c-49c6-cccc-cbf81eb4bddd',
entitlement_id='6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa',
display_name='Entitlement Name',
source=
)

[Back to top]