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