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-domain-status-dto |
DomainStatusDto |
DomainStatusDto |
DomainStatusDto |
pythonsdk |
| python |
| Python |
| sdk |
| DomainStatusDto |
| BetaDomainStatusDto |
|
/tools/sdk/python/beta/models/domain-status-dto |
| SDK |
| Software Development Kit |
| DomainStatusDto |
| BetaDomainStatusDto |
|
DomainStatusDto
Domain status DTO containing everything required to verify via DKIM
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
New UUID associated with domain to be verified |
[optional] |
| domain |
str |
A domain address |
[optional] |
| dkim_enabled |
object |
DKIM is enabled for this domain |
[optional] |
| dkim_tokens |
[]str |
DKIM tokens required for authentication |
[optional] |
| dkim_verification_status |
str |
Status of DKIM authentication |
[optional] |
| } |
|
|
|
Example
[Back to top]