Skip to content

/AWS1/CL_SAGVERIFYTGTDOMOUTPUT

Output for verifying ownership for a registered target domain in an agent space

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_targetdomainid TYPE /AWS1/SAGTARGETDOMAINID /AWS1/SAGTARGETDOMAINID

Unique identifier of the target domain

iv_domainname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Name of the registered target domain

iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

Timestamp when the target domain was registered

iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

Timestamp when the target domain was last updated

iv_verifiedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

Timestamp when the target domain was last successfully verified

iv_status TYPE /AWS1/SAGTARGETDOMAINSTATUS /AWS1/SAGTARGETDOMAINSTATUS

Current verification status of the registered target domain


Queryable Attributes

targetDomainId

Unique identifier of the target domain

Accessible with the following methods

Method Description
GET_TARGETDOMAINID() Getter for TARGETDOMAINID, with configurable default
ASK_TARGETDOMAINID() Getter for TARGETDOMAINID w/ exceptions if field has no valu
HAS_TARGETDOMAINID() Determine if TARGETDOMAINID has a value

domainName

Name of the registered target domain

Accessible with the following methods

Method Description
GET_DOMAINNAME() Getter for DOMAINNAME, with configurable default
ASK_DOMAINNAME() Getter for DOMAINNAME w/ exceptions if field has no value
HAS_DOMAINNAME() Determine if DOMAINNAME has a value

createdAt

Timestamp when the target domain was registered

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

Timestamp when the target domain was last updated

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

verifiedAt

Timestamp when the target domain was last successfully verified

Accessible with the following methods

Method Description
GET_VERIFIEDAT() Getter for VERIFIEDAT, with configurable default
ASK_VERIFIEDAT() Getter for VERIFIEDAT w/ exceptions if field has no value
HAS_VERIFIEDAT() Determine if VERIFIEDAT has a value

status

Current verification status of the registered target domain

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value