id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-dkim-attributes |
DkimAttributes |
DkimAttributes |
DkimAttributes |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| DkimAttributes |
| V2024DkimAttributes |
|
/tools/sdk/powershell/v2024/models/dkim-attributes |
| SDK |
| Software Development Kit |
| DkimAttributes |
| V2024DkimAttributes |
|
DkimAttributes
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
UUID associated with domain to be verified |
[optional] |
| Address |
String |
The identity or domain address |
[optional] |
| DkimEnabled |
Boolean |
Whether or not DKIM has been enabled for this domain / identity |
[optional] [default to $false] |
| DkimTokens |
[]String |
The tokens to be added to a DNS for verification |
[optional] |
| DkimVerificationStatus |
String |
The current status if the domain /identity has been verified. Ie Success, Failed, Pending |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]