ListFormInstancesByTenantResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
Count | Int64 | Count number of Results | [optional] |
Results | []FormInstanceResponse | Results 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