GetVendorConnectorMappings405Response
Properties
Name | Type | Description | Notes |
---|---|---|---|
ErrorName | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | A message describing the error | [optional] |
ErrorMessage | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Description of the error | [optional] |
TrackingId | String | Unique tracking id for the error. | [optional] |
Examples
- Prepare the resource
$GetVendorConnectorMappings405Response = Initialize-PSSailpoint.V3GetVendorConnectorMappings405Response -ErrorName NotSupportedException `
-ErrorMessage Cannot consume content type `
-TrackingId e7eab60924f64aa284175b9fa3309599
- Convert the resource to JSON
$GetVendorConnectorMappings405Response | ConvertTo-JSON