mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: beta-get-form-definition-by-key400-response
|
||||
title: GetFormDefinitionByKey400Response
|
||||
pagination_label: GetFormDefinitionByKey400Response
|
||||
sidebar_label: GetFormDefinitionByKey400Response
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'GetFormDefinitionByKey400Response', 'BetaGetFormDefinitionByKey400Response']
|
||||
slug: /tools/sdk/powershell/beta/models/get-form-definition-by-key400-response
|
||||
tags: ['SDK', 'Software Development Kit', 'GetFormDefinitionByKey400Response', 'BetaGetFormDefinitionByKey400Response']
|
||||
---
|
||||
|
||||
|
||||
# GetFormDefinitionByKey400Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DetailCode** | Pointer to **String** | | [optional]
|
||||
**Messages** | Pointer to [**[]ErrorMessage**](error-message) | | [optional]
|
||||
**StatusCode** | Pointer to **Int64** | | [optional]
|
||||
**TrackingId** | Pointer to **String** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$GetFormDefinitionByKey400Response = Initialize-PSSailpoint.BetaGetFormDefinitionByKey400Response -DetailCode null `
|
||||
-Messages null `
|
||||
-StatusCode null `
|
||||
-TrackingId null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$GetFormDefinitionByKey400Response | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user