/AWS1/CL_SAGUPDAGENTSPACEOUT¶
Output for the UpdateAgentSpace operation
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_agentspaceid TYPE /AWS1/SAGAGENTSPACEID /AWS1/SAGAGENTSPACEID¶
Unique identifier of the agent space
iv_name TYPE /AWS1/SAGAGENTNAME /AWS1/SAGAGENTNAME¶
Name of the agent space
Optional arguments:¶
iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Description of the agent space
io_awsresources TYPE REF TO /AWS1/CL_SAGAWSRESOURCES /AWS1/CL_SAGAWSRESOURCES¶
AWS resource configurations associated with the agent space
it_targetdomainids TYPE /AWS1/CL_SAGTGTDOMAINIDLIST_W=>TT_TARGETDOMAINIDLIST TT_TARGETDOMAINIDLIST¶
List of target domain IDs registered with the agent space
io_codereviewsettings TYPE REF TO /AWS1/CL_SAGCODEREVIEWSETTINGS /AWS1/CL_SAGCODEREVIEWSETTINGS¶
Configuration for code review analysis, including controls scanning and general purpose scanning settings
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the agent space was created
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the agent space was last updated
Queryable Attributes¶
agentSpaceId¶
Unique identifier of the agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSPACEID() |
Getter for AGENTSPACEID, with configurable default |
ASK_AGENTSPACEID() |
Getter for AGENTSPACEID w/ exceptions if field has no value |
HAS_AGENTSPACEID() |
Determine if AGENTSPACEID has a value |
name¶
Name of the agent space
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 |
description¶
Description of the agent space
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 |
awsResources¶
AWS resource configurations associated with the agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSRESOURCES() |
Getter for AWSRESOURCES |
targetDomainIds¶
List of target domain IDs registered with the agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETDOMAINIDS() |
Getter for TARGETDOMAINIDS, with configurable default |
ASK_TARGETDOMAINIDS() |
Getter for TARGETDOMAINIDS w/ exceptions if field has no val |
HAS_TARGETDOMAINIDS() |
Determine if TARGETDOMAINIDS has a value |
codeReviewSettings¶
Configuration for code review analysis, including controls scanning and general purpose scanning settings
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWSETTINGS() |
Getter for CODEREVIEWSETTINGS |
createdAt¶
Timestamp when the agent space 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 |
updatedAt¶
Timestamp when the agent space 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 |