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-PSSailpoint.V2024Bound -Value 1 `
-Inclusive false
- Convert the resource to JSON
$Bound | ConvertTo-JSON