Skip to main content

GetFormDefinitionByKey400Response

Properties

NameTypeDescriptionNotes
DetailCodeString[optional]
Messages[]ErrorMessage[optional]
StatusCodeInt64[optional]
TrackingIdString[optional]

Examples

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

[Back to top]