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-dkim-attributes |
DkimAttributes |
DkimAttributes |
DkimAttributes |
pythonsdk |
| python |
| Python |
| sdk |
| DkimAttributes |
| BetaDkimAttributes |
|
/tools/sdk/python/beta/models/dkim-attributes |
| SDK |
| Software Development Kit |
| DkimAttributes |
| BetaDkimAttributes |
|
DkimAttributes
DKIM attributes for a domain or identity
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
UUID associated with domain to be verified |
[optional] |
| address |
str |
The identity or domain address |
[optional] |
| dkim_enabled |
bool |
Whether or not DKIM has been enabled for this domain / identity |
[optional] [default to False] |
| dkim_tokens |
[]str |
The tokens to be added to a DNS for verification |
[optional] |
| dkim_verification_status |
str |
The current status if the domain /identity has been verified. Ie Success, Failed, Pending |
[optional] |
| } |
|
|
|
Example
[Back to top]