Skip to content

/AWS1/CL_IOSDESCRAPPRESPONSE

DescribeApplicationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/IOSARN /AWS1/IOSARN

ARN of the application

iv_createdat TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00

Timestamp when the application was created

iv_dnssubdomain TYPE /AWS1/IOSDNSSUBDOMAIN /AWS1/IOSDNSSUBDOMAIN

DNS subdomain for the application

iv_id TYPE /AWS1/IOSAPPLICATIONID /AWS1/IOSAPPLICATIONID

Unique identifier of the application

iv_idcapplicationarn TYPE /AWS1/IOSARN /AWS1/IOSARN

Identity Center Application ARN associated with this application

iv_name TYPE /AWS1/IOSAPPLICATIONNAME /AWS1/IOSAPPLICATIONNAME

Name of the application

iv_status TYPE /AWS1/IOSAPPLICATIONSTATUS /AWS1/IOSAPPLICATIONSTATUS

Current status of the application

iv_updatedat TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00

Timestamp when the application was last updated

iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

Name of the workspace this application belongs to

Optional arguments:

iv_description TYPE /AWS1/IOSAPPDESCRIPTION /AWS1/IOSAPPDESCRIPTION

Description of the application


Queryable Attributes

arn

ARN of the application

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

createdAt

Timestamp 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

dnsSubdomain

DNS subdomain for the application

Accessible with the following methods

Method Description
GET_DNSSUBDOMAIN() Getter for DNSSUBDOMAIN, with configurable default
ASK_DNSSUBDOMAIN() Getter for DNSSUBDOMAIN w/ exceptions if field has no value
HAS_DNSSUBDOMAIN() Determine if DNSSUBDOMAIN has a value

description

Description of the application

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

id

Unique identifier of the application

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

idcApplicationArn

Identity Center Application ARN associated with this application

Accessible with the following methods

Method Description
GET_IDCAPPLICATIONARN() Getter for IDCAPPLICATIONARN, with configurable default
ASK_IDCAPPLICATIONARN() Getter for IDCAPPLICATIONARN w/ exceptions if field has no v
HAS_IDCAPPLICATIONARN() Determine if IDCAPPLICATIONARN has a value

name

Name of the application

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

status

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

updatedAt

Timestamp 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

workspaceName

Name of the workspace this application belongs to

Accessible with the following methods

Method Description
GET_WORKSPACENAME() Getter for WORKSPACENAME, with configurable default
ASK_WORKSPACENAME() Getter for WORKSPACENAME w/ exceptions if field has no value
HAS_WORKSPACENAME() Determine if WORKSPACENAME has a value