Skip to main content

Entitlementrecommendationassignresult

Response body returned when entitlement recommendations are successfully queued for assignment.

Properties

NameTypeDescriptionNotes
batch_idstrThe unique identifier of the assignment batch created by this request.[optional]
}

Example

from sailpoint.suggested_entitlement_description.models.entitlementrecommendationassignresult import Entitlementrecommendationassignresult

entitlementrecommendationassignresult = Entitlementrecommendationassignresult(
batch_id='770e8400-e29b-41d4-a716-446655440099'
)

[Back to top]