Skip to main content

MachineIdentityRequestUserEntitlements

Properties

NameTypeDescriptionNotes
entitlement_idstrThe ID of the entitlement[required]
source_idstrThe source ID of the entitlement[required]
}

Example

from sailpoint.v2025.models.machine_identity_request_user_entitlements import MachineIdentityRequestUserEntitlements

machine_identity_request_user_entitlements = MachineIdentityRequestUserEntitlements(
entitlement_id='6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa',
source_id='5898b7c1-620c-49c6-cccc-cbf81eb4bddd'
)

[Back to top]