Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/BaseSegment.md
2025-05-07 14:37:48 +00:00

841 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
base-segment BaseSegment BaseSegment BaseSegment powershellsdk
powershell
PowerShell
sdk
BaseSegment
BaseSegment
/tools/sdk/powershell/v3/models/base-segment
SDK
Software Development Kit
BaseSegment
BaseSegment

BaseSegment

Properties

Name Type Description Notes
Id String Segment's unique ID. [optional]
Name String Segment's display name. [optional]

Examples

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

[Back to top]