SedBatchRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
Entitlements | []String | list of entitlement ids | [optional] |
Seds | []String | list of sed ids | [optional] |
SearchCriteria | map[string]SearchCriteria | Search criteria for the batch request. | [optional] |
Examples
- Prepare the resource
$SedBatchRequest = Initialize-V2024SedBatchRequest -Entitlements null `
-Seds null `
-SearchCriteria null
- Convert the resource to JSON
$SedBatchRequest | ConvertTo-JSON