mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
796 B
796 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bound | Bound | Bound | Bound | powershellsdk |
|
/tools/sdk/powershell/v3/models/bound |
|
Bound
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Value | String | The value of the range's endpoint. | [required] |
| Inclusive | Boolean | Indicates if the endpoint is included in the range. | [optional] [default to $false] |
Examples
- Prepare the resource
$Bound = Initialize-Bound -Value 1 `
-Inclusive false
- Convert the resource to JSON
$Bound | ConvertTo-JSON