Skip to content

/AWS1/CL_QSTREADAPIKEYCONNMET

Read-only authentication metadata for API key-based connections, containing non-sensitive configuration details.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_baseendpoint TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT

The base endpoint URL for API key authentication.

Optional arguments:

iv_email TYPE /AWS1/QSTEMAIL /AWS1/QSTEMAIL

The email address associated with the API key authentication.


Queryable Attributes

BaseEndpoint

The base endpoint URL for API key authentication.

Accessible with the following methods

Method Description
GET_BASEENDPOINT() Getter for BASEENDPOINT, with configurable default
ASK_BASEENDPOINT() Getter for BASEENDPOINT w/ exceptions if field has no value
HAS_BASEENDPOINT() Determine if BASEENDPOINT has a value

Email

The email address associated with the API key authentication.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value