Skip to main content

ListFormDefinitionsByTenantResponse

Properties

NameTypeDescriptionNotes
CountInt64Count number of results.[optional]
Results[]FormDefinitionResponseList of FormDefinitionResponse items.[optional]

Examples

  • Prepare the resource
$ListFormDefinitionsByTenantResponse = Initialize-PSSailpoint.V2024ListFormDefinitionsByTenantResponse  -Count 1 `
-Results null
  • Convert the resource to JSON
$ListFormDefinitionsByTenantResponse | ConvertTo-JSON

[Back to top]