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-PSSailpoint.BetaFormDefinitionSelfImportExportDto  -Type FORM_DEFINITION `
-Id 2c9180835d191a86015d28455b4b232a `
-Name Temporary User Level Permissions - Requester
  • Convert the resource to JSON
$FormDefinitionSelfImportExportDto | ConvertTo-JSON

[Back to top]