Skip to main content

ExportFormDefinitionsByTenant200ResponseInner

Properties

NameTypeDescriptionNotes
ObjectFormDefinitionResponse[optional]
SelfFormDefinitionSelfImportExportDto[optional]
VersionInt32[optional]

Examples

  • Prepare the resource
$ExportFormDefinitionsByTenant200ResponseInner = Initialize-PSSailpoint.BetaExportFormDefinitionsByTenant200ResponseInner  -Object null `
-Self null `
-Version null
  • Convert the resource to JSON
$ExportFormDefinitionsByTenant200ResponseInner | ConvertTo-JSON

[Back to top]