mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
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-section-details | SectionDetails | SectionDetails | SectionDetails | powershellsdk |
|
/tools/sdk/powershell/v2024/models/section-details |
|
SectionDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Name of the FormItem | [optional] |
| Label | String | Label of the section | [optional] |
| FormItems | [[]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | List of FormItems. FormItems can be SectionDetails and/or FieldDetails | [optional] |
Examples
- Prepare the resource
$SectionDetails = Initialize-V2024SectionDetails -Name Field1 `
-Label Section 1 `
-FormItems []
- Convert the resource to JSON
$SectionDetails | ConvertTo-JSON