/AWS1/CL_SAGDNSVERIFICATION¶
Contains DNS verification details for a target domain, including the DNS record to create for domain ownership verification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_token TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The verification token to include in the DNS record value.
iv_dnsrecordname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The name of the DNS record to create for verification.
iv_dnsrecordtype TYPE /AWS1/SAGDNSRECORDTYPE /AWS1/SAGDNSRECORDTYPE¶
The type of DNS record to create. Currently, only TXT is supported.
Queryable Attributes¶
token¶
The verification token to include in the DNS record value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKEN() |
Getter for TOKEN, with configurable default |
ASK_TOKEN() |
Getter for TOKEN w/ exceptions if field has no value |
HAS_TOKEN() |
Determine if TOKEN has a value |
dnsRecordName¶
The name of the DNS record to create for verification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSRECORDNAME() |
Getter for DNSRECORDNAME, with configurable default |
ASK_DNSRECORDNAME() |
Getter for DNSRECORDNAME w/ exceptions if field has no value |
HAS_DNSRECORDNAME() |
Determine if DNSRECORDNAME has a value |
dnsRecordType¶
The type of DNS record to create. Currently, only TXT is supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSRECORDTYPE() |
Getter for DNSRECORDTYPE, with configurable default |
ASK_DNSRECORDTYPE() |
Getter for DNSRECORDTYPE w/ exceptions if field has no value |
HAS_DNSRECORDTYPE() |
Determine if DNSRECORDTYPE has a value |