Skip to main content

Bulkapproveentitlementrecommendationitem

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier of the recommendation record to approve.[required]
RecordTypeEnum [ "SED", "privilege" ]The type of the recommendation. When omitted, the backend resolves the type by looking up the ID.[optional]
DescriptionStringThe approved description text. Required for SED-type items; ignored for privilege items.[optional]
PrivilegeLevelStringThe approved privilege level. Required for privilege-type items; ignored for SED items.[optional]

Examples

  • Prepare the resource
$Bulkapproveentitlementrecommendationitem = Initialize-Bulkapproveentitlementrecommendationitem  -Id 79db50d4-723c-4aa0-a824-83c2205d82d1 `
-RecordType SED `
-Description Provides access and permissions related to the Delinea Secret Server Cloud system. `
-PrivilegeLevel high
  • Convert the resource to JSON
$Bulkapproveentitlementrecommendationitem | ConvertTo-JSON

[Back to top]