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-Sedbatchrequest -Entitlements null `
-Seds null `
-SearchCriteria null
- Convert the resource to JSON
$Sedbatchrequest | ConvertTo-JSON