Skip to main content

Formdefinitionselfimportexportdto

Properties

NameTypeDescriptionNotes
TypeEnum [ "FORM_DEFINITION" ]Imported/exported object's DTO type.[optional]
IdStringImported/exported object's ID.[optional]
NameStringImported/exported object's display name.[optional]

Examples

  • Prepare the resource
$Formdefinitionselfimportexportdto = Initialize-Formdefinitionselfimportexportdto  -Type FORM_DEFINITION `
-Id 2c9180835d191a86015d28455b4b232a `
-Name Temporary User Level Permissions - Requester
  • Convert the resource to JSON
$Formdefinitionselfimportexportdto | ConvertTo-JSON

[Back to top]