Skip to main content

ExportFormDefinitionsByTenant200ResponseInner

Properties

NameTypeDescriptionNotes
ObjectFormDefinitionResponse[optional]
SelfString[optional]
VersionInt32[optional]

Examples

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

[Back to top]