Skip to main content

Bound

Properties

NameTypeDescriptionNotes
ValueStringThe value of the range's endpoint.[required]
InclusiveBooleanIndicates 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

[Back to top]