Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/GetFormDefinitionByKey400Response.md
2025-05-07 14:37:48 +00:00

1.2 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-get-form-definition-by-key400-response GetFormDefinitionByKey400Response GetFormDefinitionByKey400Response GetFormDefinitionByKey400Response powershellsdk
powershell
PowerShell
sdk
GetFormDefinitionByKey400Response
BetaGetFormDefinitionByKey400Response
/tools/sdk/powershell/beta/models/get-form-definition-by-key400-response
SDK
Software Development Kit
GetFormDefinitionByKey400Response
BetaGetFormDefinitionByKey400Response

GetFormDefinitionByKey400Response

Properties

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

Examples

  • Prepare the resource
$GetFormDefinitionByKey400Response = Initialize-BetaGetFormDefinitionByKey400Response  -DetailCode null `
 -Messages null `
 -StatusCode null `
 -TrackingId null
  • Convert the resource to JSON
$GetFormDefinitionByKey400Response | ConvertTo-JSON

[Back to top]