/AWS1/CL_DOAENABLEOPAPPOUTPUT¶
Output containing the enabled Operator App configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_agentspaceid TYPE /AWS1/DOAAGENTSPACEID /AWS1/DOAAGENTSPACEID¶
The unique identifier of the AgentSpace
Optional arguments:¶
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¶
agentSpaceId¶
The unique identifier of the AgentSpace
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSPACEID() |
Getter for AGENTSPACEID, with configurable default |
ASK_AGENTSPACEID() |
Getter for AGENTSPACEID w/ exceptions if field has no value |
HAS_AGENTSPACEID() |
Determine if AGENTSPACEID 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 |