Skip to main content

MachineIdentityResponseUserEntitlements

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]
sourceobjectThe source of the entitlement[optional]
}

Example

from sailpoint.v2025.models.machine_identity_response_user_entitlements import MachineIdentityResponseUserEntitlements

machine_identity_response_user_entitlements = MachineIdentityResponseUserEntitlements(
source_id='5898b7c1-620c-49c6-cccc-cbf81eb4bddd',
entitlement_id='6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa',
display_name='Entitlement Name',
source=sailpoint.v2025.models.machine_identity_response_source_1.Machine_Identity_Response_source_1()
)

[Back to top]