/AWS1/CL_IN2CRECODESECINTEGR01¶
CreateCodeSecurityIntegrationResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_integrationarn
TYPE /AWS1/IN2CODESECINTEGRATIONARN
/AWS1/IN2CODESECINTEGRATIONARN
¶
The Amazon Resource Name (ARN) of the created code security integration.
iv_status
TYPE /AWS1/IN2INTEGRATIONSTATUS
/AWS1/IN2INTEGRATIONSTATUS
¶
The current status of the code security integration.
Optional arguments:¶
iv_authorizationurl
TYPE /AWS1/IN2AUTHORIZATIONURL
/AWS1/IN2AUTHORIZATIONURL
¶
The URL used to authorize the integration with the repository provider.
Queryable Attributes¶
integrationArn¶
The Amazon Resource Name (ARN) of the created 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 |
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 |
authorizationUrl¶
The URL used to authorize the integration with the repository provider.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHORIZATIONURL() |
Getter for AUTHORIZATIONURL, with configurable default |
ASK_AUTHORIZATIONURL() |
Getter for AUTHORIZATIONURL w/ exceptions if field has no va |
HAS_AUTHORIZATIONURL() |
Determine if AUTHORIZATIONURL has a value |