mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
716 B
716 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| range | Range | Range | Range | powershellsdk |
|
/tools/sdk/powershell/v3/models/range |
|
Range
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Lower | Bound | [optional] | |
| Upper | Bound | [optional] |
Examples
- Prepare the resource
$Range = Initialize-PSSailpoint.V3Range -Lower null `
-Upper null
- Convert the resource to JSON
$Range | ConvertTo-JSON