Skip to main content

FormError

Properties

NameTypeDescriptionNotes
KeyStringKey is the technical key[optional]
Messages[]ErrorMessageMessages is a list of web.ErrorMessage items[optional]
Value[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Value is the value associated with a Key[optional]

Examples

  • Prepare the resource
$FormError = Initialize-PSSailpoint.BetaFormError  -Key department `
-Messages null `
-Value Engineering
  • Convert the resource to JSON
$FormError | ConvertTo-JSON

[Back to top]