Skip to main content

ImportFormDefinitions202ResponseErrorsInner

Properties

NameTypeDescriptionNotes
Detail[map[string]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0[optional]
KeyString[optional]
TextString[optional]

Examples

  • Prepare the resource
$ImportFormDefinitions202ResponseErrorsInner = Initialize-PSSailpoint.V2024ImportFormDefinitions202ResponseErrorsInner  -Detail null `
-Key null `
-Text null
  • Convert the resource to JSON
$ImportFormDefinitions202ResponseErrorsInner | ConvertTo-JSON

[Back to top]