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.entitlement_recommendation_assign_result import EntitlementRecommendationAssignResult

entitlement_recommendation_assign_result = EntitlementRecommendationAssignResult(
batch_id='770e8400-e29b-41d4-a716-446655440099'
)

[Back to top]