Skip to main content

CreateDomainDkim405Response

Properties

NameTypeDescriptionNotes
ErrorName[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0A message describing the error[optional]
ErrorMessage[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Description of the error[optional]
TrackingIdStringUnique tracking id for the error.[optional]

Examples

  • Prepare the resource
$CreateDomainDkim405Response = Initialize-PSSailpoint.V2024CreateDomainDkim405Response  -ErrorName NotSupportedException `
-ErrorMessage Cannot consume content type `
-TrackingId e7eab60924f64aa284175b9fa3309599
  • Convert the resource to JSON
$CreateDomainDkim405Response | ConvertTo-JSON

[Back to top]