Skip to content

/AWS1/CL_IN2CODESECINTEGRATI00

A summary of information about a code security integration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_integrationarn TYPE /AWS1/IN2CODESECINTEGRATIONARN /AWS1/IN2CODESECINTEGRATIONARN

The Amazon Resource Name (ARN) of the code security integration.

iv_name TYPE /AWS1/IN2INTEGRATIONNAME /AWS1/IN2INTEGRATIONNAME

The name of the code security integration.

iv_type TYPE /AWS1/IN2INTEGRATIONTYPE /AWS1/IN2INTEGRATIONTYPE

The type of repository provider for the integration.

iv_status TYPE /AWS1/IN2INTEGRATIONSTATUS /AWS1/IN2INTEGRATIONSTATUS

The current status of the code security integration.

iv_statusreason TYPE /AWS1/IN2STRING /AWS1/IN2STRING

The reason for the current status of the code security integration.

iv_createdon TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The timestamp when the code security integration was created.

iv_lastupdateon TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The timestamp when the code security integration was last updated.

Optional arguments:

it_tags TYPE /AWS1/CL_IN2TAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags associated with the code security integration.


Queryable Attributes

integrationArn

The Amazon Resource Name (ARN) of the code security integration.

Accessible with the following methods

Method Description
GET_INTEGRATIONARN() Getter for INTEGRATIONARN, with configurable default
ASK_INTEGRATIONARN() Getter for INTEGRATIONARN w/ exceptions if field has no valu
HAS_INTEGRATIONARN() Determine if INTEGRATIONARN has a value

name

The name of the code security integration.

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

type

The type of repository provider for the integration.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

status

The current status of the code security integration.

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

statusReason

The reason for the current status of the code security integration.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

createdOn

The timestamp when the code security integration was created.

Accessible with the following methods

Method Description
GET_CREATEDON() Getter for CREATEDON, with configurable default
ASK_CREATEDON() Getter for CREATEDON w/ exceptions if field has no value
HAS_CREATEDON() Determine if CREATEDON has a value

lastUpdateOn

The timestamp when the code security integration was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEON() Getter for LASTUPDATEON, with configurable default
ASK_LASTUPDATEON() Getter for LASTUPDATEON w/ exceptions if field has no value
HAS_LASTUPDATEON() Determine if LASTUPDATEON has a value

tags

The tags associated with the code security integration.

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

Public Local Types In This Class

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

TT_INTEGRATIONSUMMARIES

TYPES TT_INTEGRATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CODESECINTEGRATI00 WITH DEFAULT KEY
.