mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update PowerShell SDK docs: 15141274669
This commit is contained in:
@@ -18,13 +18,15 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Entitlements** | **[]String** | list of entitlement ids | [optional]
|
||||
**Seds** | **[]String** | list of sed ids | [optional]
|
||||
**SearchCriteria** | [**map[string]SearchCriteria**](search-criteria) | Search criteria for the batch request. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SedBatchRequest = Initialize-BetaSedBatchRequest -Entitlements null `
|
||||
-Seds null
|
||||
-Seds null `
|
||||
-SearchCriteria null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user