Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SedBatchRequest.md
2025-02-03 22:09:17 +00:00

905 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-sed-batch-request SedBatchRequest SedBatchRequest SedBatchRequest powershellsdk
powershell
PowerShell
sdk
SedBatchRequest
BetaSedBatchRequest
/tools/sdk/powershell/beta/models/sed-batch-request
SDK
Software Development Kit
SedBatchRequest
BetaSedBatchRequest

SedBatchRequest

Properties

Name Type Description Notes
Entitlements []String list of entitlement ids [optional]
Seds []String list 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]