Skip to content

/AWS1/CL_SAGINTEGRATIONSUMMARY

Contains summary information about an integration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_integrationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The unique identifier of the integration.

iv_installationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The installation identifier from the integration provider.

iv_provider TYPE /AWS1/SAGPROVIDER /AWS1/SAGPROVIDER

The integration provider.

iv_providertype TYPE /AWS1/SAGPROVIDERTYPE /AWS1/SAGPROVIDERTYPE

The type of the integration provider.

iv_displayname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The display name of the integration.

Optional arguments:

iv_targeturl TYPE /AWS1/SAGTARGETURL /AWS1/SAGTARGETURL

The HTTPS URL of the customer self-hosted instance, such as a GitHub Enterprise Server or self-managed GitLab instance. This value is absent for SaaS integrations.

iv_privateconnectionname TYPE /AWS1/SAGPRIVATECONNECTIONNAME /AWS1/SAGPRIVATECONNECTIONNAME

The name of the private connection used to reach the integration's self-hosted instance over private networking, if one is configured.


Queryable Attributes

integrationId

The unique identifier of the integration.

Accessible with the following methods

Method Description
GET_INTEGRATIONID() Getter for INTEGRATIONID, with configurable default
ASK_INTEGRATIONID() Getter for INTEGRATIONID w/ exceptions if field has no value
HAS_INTEGRATIONID() Determine if INTEGRATIONID has a value

installationId

The installation identifier from the integration provider.

Accessible with the following methods

Method Description
GET_INSTALLATIONID() Getter for INSTALLATIONID, with configurable default
ASK_INSTALLATIONID() Getter for INSTALLATIONID w/ exceptions if field has no valu
HAS_INSTALLATIONID() Determine if INSTALLATIONID has a value

provider

The integration provider.

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

providerType

The type of the integration provider.

Accessible with the following methods

Method Description
GET_PROVIDERTYPE() Getter for PROVIDERTYPE, with configurable default
ASK_PROVIDERTYPE() Getter for PROVIDERTYPE w/ exceptions if field has no value
HAS_PROVIDERTYPE() Determine if PROVIDERTYPE has a value

displayName

The display name of the integration.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

targetUrl

The HTTPS URL of the customer self-hosted instance, such as a GitHub Enterprise Server or self-managed GitLab instance. This value is absent for SaaS integrations.

Accessible with the following methods

Method Description
GET_TARGETURL() Getter for TARGETURL, with configurable default
ASK_TARGETURL() Getter for TARGETURL w/ exceptions if field has no value
HAS_TARGETURL() Determine if TARGETURL has a value

privateConnectionName

The name of the private connection used to reach the integration's self-hosted instance over private networking, if one is configured.

Accessible with the following methods

Method Description
GET_PRIVATECONNECTIONNAME() Getter for PRIVATECONNECTIONNAME, with configurable default
ASK_PRIVATECONNECTIONNAME() Getter for PRIVATECONNECTIONNAME w/ exceptions if field has
HAS_PRIVATECONNECTIONNAME() Determine if PRIVATECONNECTIONNAME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_INTEGRATIONSUMMARYLIST

TYPES TT_INTEGRATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGINTEGRATIONSUMMARY WITH DEFAULT KEY
.