Skip to main content

Bulkapproveentitlementrecommendationrequest

Request body for bulk-approving a set of entitlement recommendations.

Properties

NameTypeDescriptionNotes
items[]BulkapproveentitlementrecommendationitemThe list of recommendation items to approve.[required]
}

Example

from sailpoint.suggested_entitlement_description.models.bulkapproveentitlementrecommendationrequest import Bulkapproveentitlementrecommendationrequest

bulkapproveentitlementrecommendationrequest = Bulkapproveentitlementrecommendationrequest(
items=[{"id":"79db50d4-723c-4aa0-a824-83c2205d82d1","recordType":"SED","description":"Provides access and permissions related to the Delinea Secret Server Cloud system."},{"id":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","recordType":"privilege","privilegeLevel":"high"}]
)

[Back to top]