Skip to main content

SedBatchRequest

Properties

NameTypeDescriptionNotes
Entitlements[]Stringlist of entitlement ids[optional]
Seds[]Stringlist of sed ids[optional]

Examples

  • Prepare the resource
$SedBatchRequest = Initialize-PSSailpoint.BetaSedBatchRequest  -Entitlements null `
-Seds null
  • Convert the resource to JSON
$SedBatchRequest | ConvertTo-JSON

[Back to top]