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

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

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-V2024BaseSegment  -Id b009b6e3-b56d-41d9-8735-cb532ea0b017 `
 -Name Test Segment
  • Convert the resource to JSON
$BaseSegment | ConvertTo-JSON

[Back to top]