Skip to content

/AWS1/CL_SAGGETAPPRESPONSE

GetApplicationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_applicationid TYPE /AWS1/SAGAPPLICATIONID /AWS1/SAGAPPLICATIONID

The unique identifier of the application.

iv_domain TYPE /AWS1/SAGAPPLICATIONDOMAIN /AWS1/SAGAPPLICATIONDOMAIN

The domain associated with the application.

Optional arguments:

iv_applicationname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The name of the application.

io_idcconfiguration TYPE REF TO /AWS1/CL_SAGIDCCONFIGURATION /AWS1/CL_SAGIDCCONFIGURATION

The IAM Identity Center configuration for the application.

iv_rolearn TYPE /AWS1/SAGROLEARN /AWS1/SAGROLEARN

The Amazon Resource Name (ARN) of the IAM role associated with the application.

iv_defaultkmskeyid TYPE /AWS1/SAGDEFAULTKMSKEYID /AWS1/SAGDEFAULTKMSKEYID

The identifier of the default AWS KMS key used to encrypt data for the application.


Queryable Attributes

applicationId

The unique identifier of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONID() Getter for APPLICATIONID, with configurable default
ASK_APPLICATIONID() Getter for APPLICATIONID w/ exceptions if field has no value
HAS_APPLICATIONID() Determine if APPLICATIONID has a value

domain

The domain associated with the application.

Accessible with the following methods

Method Description
GET_DOMAIN() Getter for DOMAIN, with configurable default
ASK_DOMAIN() Getter for DOMAIN w/ exceptions if field has no value
HAS_DOMAIN() Determine if DOMAIN has a value

applicationName

The name of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONNAME() Getter for APPLICATIONNAME, with configurable default
ASK_APPLICATIONNAME() Getter for APPLICATIONNAME w/ exceptions if field has no val
HAS_APPLICATIONNAME() Determine if APPLICATIONNAME has a value

idcConfiguration

The IAM Identity Center configuration for the application.

Accessible with the following methods

Method Description
GET_IDCCONFIGURATION() Getter for IDCCONFIGURATION

roleArn

The Amazon Resource Name (ARN) of the IAM role associated with the application.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

defaultKmsKeyId

The identifier of the default AWS KMS key used to encrypt data for the application.

Accessible with the following methods

Method Description
GET_DEFAULTKMSKEYID() Getter for DEFAULTKMSKEYID, with configurable default
ASK_DEFAULTKMSKEYID() Getter for DEFAULTKMSKEYID w/ exceptions if field has no val
HAS_DEFAULTKMSKEYID() Determine if DEFAULTKMSKEYID has a value