mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
865 B
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 |
|
/tools/sdk/powershell/v2024/models/base-segment |
|
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