Skip to main content

BaseSegment

Properties

NameTypeDescriptionNotes
IdStringSegment's unique ID.[optional]
NameStringSegment's display name.[optional]

Examples

  • Prepare the resource
$BaseSegment = Initialize-PSSailpoint.V3BaseSegment  -Id b009b6e3-b56d-41d9-8735-cb532ea0b017 `
-Name Test Segment
  • Convert the resource to JSON
$BaseSegment | ConvertTo-JSON

[Back to top]