mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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 |
|
/tools/sdk/powershell/beta/models/search-form-definitions-by-tenant400-response |
|
SearchFormDefinitionsByTenant400Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DetailCode | String | [optional] | |
| Messages | []ErrorMessage | [optional] | |
| StatusCode | Int64 | [optional] | |
| TrackingId | 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