/AWS1/CL_SAGDNSVERIFICATION¶
Represents dns txt verification details
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_token TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Token used to verify domain ownership
iv_dnsrecordname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Record name to be added in DNS for target domain
iv_dnsrecordtype TYPE /AWS1/SAGDNSRECORDTYPE /AWS1/SAGDNSRECORDTYPE¶
Type of record to be added in DNS for target domain
Queryable Attributes¶
token¶
Token used to verify domain ownership
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¶
Record name to be added in DNS for target domain
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¶
Type of record to be added in DNS for target domain
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 |