FormError
Properties
Name | Type | Description | Notes |
---|---|---|---|
Key | String | Key is the technical key | [optional] |
Messages | []ErrorMessage | Messages is a list of web.ErrorMessage items | [optional] |
Value | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Value is the value associated with a Key | [optional] |
Examples
- Prepare the resource
$FormError = Initialize-PSSailpoint.V2024FormError -Key department `
-Messages null `
-Value Engineering
- Convert the resource to JSON
$FormError | ConvertTo-JSON