Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/GetFormDefinitionByKey400Response.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
get-form-definition-by-key400-response GetFormDefinitionByKey400Response GetFormDefinitionByKey400Response GetFormDefinitionByKey400Response powershellsdk
powershell
PowerShell
sdk
GetFormDefinitionByKey400Response
/tools/sdk/powershell/beta/models/get-form-definition-by-key400-response
SDK
Software Development Kit
GetFormDefinitionByKey400Response

GetFormDefinitionByKey400Response

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
$GetFormDefinitionByKey400Response = Initialize-PSSailpoint.BetaGetFormDefinitionByKey400Response  -DetailCode null `
 -Messages null `
 -StatusCode null `
 -TrackingId null
  • Convert the resource to JSON
$GetFormDefinitionByKey400Response | ConvertTo-JSON

[Back to top]