MachineIdentityResponseUserEntitlements
Properties
Name | Type | Description | Notes |
---|---|---|---|
source_id | str | The source ID of the entitlement | [optional] |
entitlement_id | str | The ID of the entitlement | [optional] |
display_name | str | The display name of the entitlement | [optional] |
source | object | The 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()
)