Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/BaseSegment.md
2025-01-28 13:29:29 -05:00

901 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 Pointer to String Segment's unique ID. [optional]
Name Pointer to String Segment's display name. [optional]

Examples

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

[Back to top]