Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SearchFormDefinitionsByTenant400Response.md
2025-01-28 13:29:29 -05:00

1.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-search-form-definitions-by-tenant400-response SearchFormDefinitionsByTenant400Response SearchFormDefinitionsByTenant400Response SearchFormDefinitionsByTenant400Response powershellsdk
powershell
PowerShell
sdk
SearchFormDefinitionsByTenant400Response
BetaSearchFormDefinitionsByTenant400Response
/tools/sdk/powershell/beta/models/search-form-definitions-by-tenant400-response
SDK
Software Development Kit
SearchFormDefinitionsByTenant400Response
BetaSearchFormDefinitionsByTenant400Response

SearchFormDefinitionsByTenant400Response

Properties

Name Type Description Notes
DetailCode Pointer to String [optional]
Messages Pointer to []ErrorMessage [optional]
StatusCode Pointer to Int64 [optional]
TrackingId Pointer to String [optional]

Examples

  • Prepare the resource
$SearchFormDefinitionsByTenant400Response = Initialize-PSSailpoint.BetaSearchFormDefinitionsByTenant400Response  -DetailCode null `
 -Messages null `
 -StatusCode null `
 -TrackingId null
  • Convert the resource to JSON
$SearchFormDefinitionsByTenant400Response | ConvertTo-JSON

[Back to top]