Skip to main content

ListFormInstancesByTenantResponse

Properties

NameTypeDescriptionNotes
CountInt64Count number of Results[optional]
Results[]FormInstanceResponseResults holds a list of FormInstanceResponse items[optional]

Examples

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

[Back to top]