Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/CreateDomainDkim405Response.md
2025-02-03 22:09:17 +00:00

1.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-create-domain-dkim405-response CreateDomainDkim405Response CreateDomainDkim405Response CreateDomainDkim405Response powershellsdk
powershell
PowerShell
sdk
CreateDomainDkim405Response
BetaCreateDomainDkim405Response
/tools/sdk/powershell/beta/models/create-domain-dkim405-response
SDK
Software Development Kit
CreateDomainDkim405Response
BetaCreateDomainDkim405Response

CreateDomainDkim405Response

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
$CreateDomainDkim405Response = Initialize-PSSailpoint.BetaCreateDomainDkim405Response  -ErrorName NotSupportedException `
 -ErrorMessage Cannot consume content type `
 -TrackingId e7eab60924f64aa284175b9fa3309599
  • Convert the resource to JSON
$CreateDomainDkim405Response | ConvertTo-JSON

[Back to top]