Skip to content

/AWS1/CL_DOAGETOPAPPOUTPUT

Output containing the Operator App configuration including authentication details.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_operatorappurl TYPE /AWS1/DOAOPERATORAPPURL /AWS1/DOAOPERATORAPPURL

The URL for operators to access the Operator App

io_iam TYPE REF TO /AWS1/CL_DOAIAMAUTHCONF /AWS1/CL_DOAIAMAUTHCONF

Configuration for IAM-based authentication flow for the Operator App.

io_idc TYPE REF TO /AWS1/CL_DOAIDCAUTHCONF /AWS1/CL_DOAIDCAUTHCONF

Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.

io_idp TYPE REF TO /AWS1/CL_DOAIDPAUTHCONF /AWS1/CL_DOAIDPAUTHCONF

Configuration for external Identity Provider OIDC authentication flow for the Operator App.


Queryable Attributes

operatorAppUrl

The URL for operators to access the Operator App

Accessible with the following methods

Method Description
GET_OPERATORAPPURL() Getter for OPERATORAPPURL, with configurable default
ASK_OPERATORAPPURL() Getter for OPERATORAPPURL w/ exceptions if field has no valu
HAS_OPERATORAPPURL() Determine if OPERATORAPPURL has a value

iam

Configuration for IAM-based authentication flow for the Operator App.

Accessible with the following methods

Method Description
GET_IAM() Getter for IAM

idc

Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.

Accessible with the following methods

Method Description
GET_IDC() Getter for IDC

idp

Configuration for external Identity Provider OIDC authentication flow for the Operator App.

Accessible with the following methods

Method Description
GET_IDP() Getter for IDP