id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-form-details |
FormDetails |
FormDetails |
FormDetails |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| FormDetails |
| BetaFormDetails |
|
/tools/sdk/powershell/beta/models/form-details |
| SDK |
| Software Development Kit |
| FormDetails |
| BetaFormDetails |
|
FormDetails
Properties
| Name |
Type |
Description |
Notes |
| Id |
Pointer to String |
ID of the form |
[optional] |
| Name |
Pointer to String |
Name of the form |
[optional] |
| Title |
Pointer to String |
The form title |
[optional] |
| Subtitle |
Pointer to String |
The form subtitle. |
[optional] |
| TargetUser |
Pointer to String |
The name of the user that should be shown this form |
[optional] |
| Sections |
Pointer to []SectionDetails |
|
[optional] |
Examples
- Convert the resource to JSON
[Back to top]