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