Skip to content

/AWS1/CL_SAGVERIFDETAILS

Contains the verification details for a target domain, including the verification method and provider-specific details.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_method TYPE /AWS1/SAGDOMAINVERIFMETHOD /AWS1/SAGDOMAINVERIFMETHOD

The verification method used for the target domain.

io_dnstxt TYPE REF TO /AWS1/CL_SAGDNSVERIFICATION /AWS1/CL_SAGDNSVERIFICATION

The DNS TXT verification details.

io_httproute TYPE REF TO /AWS1/CL_SAGHTTPVERIFICATION /AWS1/CL_SAGHTTPVERIFICATION

The HTTP route verification details.


Queryable Attributes

method

The verification method used for the target domain.

Accessible with the following methods

Method Description
GET_METHOD() Getter for METHOD, with configurable default
ASK_METHOD() Getter for METHOD w/ exceptions if field has no value
HAS_METHOD() Determine if METHOD has a value

dnsTxt

The DNS TXT verification details.

Accessible with the following methods

Method Description
GET_DNSTXT() Getter for DNSTXT

httpRoute

The HTTP route verification details.

Accessible with the following methods

Method Description
GET_HTTPROUTE() Getter for HTTPROUTE