Skip to content

/AWS1/CL_AAAGETAPPRESPONSE

GetApplicationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

io_identitysource TYPE REF TO /AWS1/CL_AAAIDSOURCEDETAILS /AWS1/CL_AAAIDSOURCEDETAILS

The identity source details for the application, including the IAM Identity Center instance configuration.

iv_status TYPE /AWS1/AAASTATUS /AWS1/AAASTATUS

The current status of the application.

iv_createdat TYPE /AWS1/AAADATETIME /AWS1/AAADATETIME

The date and time when the application was created.

iv_updatedat TYPE /AWS1/AAADATETIME /AWS1/AAADATETIME

The date and time when the application was last updated.

Optional arguments:

iv_tenantid TYPE /AWS1/AAASTRING /AWS1/AAASTRING

The tenant identifier associated with the application.

it_tags TYPE /AWS1/CL_AAATAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP

The tags associated with the application.

io_error TYPE REF TO /AWS1/CL_AAAERRORDETAILS /AWS1/CL_AAAERRORDETAILS

The error details if the application is in a failed state.


Queryable Attributes

identitySource

The identity source details for the application, including the IAM Identity Center instance configuration.

Accessible with the following methods

Method Description
GET_IDENTITYSOURCE() Getter for IDENTITYSOURCE

status

The current status of the application.

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

tenantId

The tenant identifier associated with the application.

Accessible with the following methods

Method Description
GET_TENANTID() Getter for TENANTID, with configurable default
ASK_TENANTID() Getter for TENANTID w/ exceptions if field has no value
HAS_TENANTID() Determine if TENANTID has a value

createdAt

The date and time when the application was created.

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

The date and time when the application 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

tags

The tags associated with the application.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

error

The error details if the application is in a failed state.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR