/AWS1/CL_SHBCSPMCNCTUMMARY¶
A summary of a CSPM connector.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_connectorarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the connector.
iv_connectorid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The unique identifier of the connector.
iv_name TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The name of the connector.
iv_description TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The description of the connector.
io_providersummary TYPE REF TO /AWS1/CL_SHBCSPMPVDRSUMMARY /AWS1/CL_SHBCSPMPVDRSUMMARY¶
A summary of the cloud provider configuration for the connector.
iv_createdat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP¶
The ISO 8601 UTC timestamp indicating when the connector was created.
iv_createdby TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The service principal that created the connector.
iv_enablementstatus TYPE /AWS1/SHBCSPMENABLEMENTSTATUS /AWS1/SHBCSPMENABLEMENTSTATUS¶
The enablement status of the connector.
Queryable Attributes¶
ConnectorArn¶
The Amazon Resource Name (ARN) of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORARN() |
Getter for CONNECTORARN, with configurable default |
ASK_CONNECTORARN() |
Getter for CONNECTORARN w/ exceptions if field has no value |
HAS_CONNECTORARN() |
Determine if CONNECTORARN has a value |
ConnectorId¶
The unique identifier of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORID() |
Getter for CONNECTORID, with configurable default |
ASK_CONNECTORID() |
Getter for CONNECTORID w/ exceptions if field has no value |
HAS_CONNECTORID() |
Determine if CONNECTORID has a value |
Name¶
The name of the connector.
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¶
The description of the connector.
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 |
ProviderSummary¶
A summary of the cloud provider configuration for the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERSUMMARY() |
Getter for PROVIDERSUMMARY |
CreatedAt¶
The ISO 8601 UTC timestamp indicating when the connector 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 |
CreatedBy¶
The service principal that created the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
EnablementStatus¶
The enablement status of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEMENTSTATUS() |
Getter for ENABLEMENTSTATUS, with configurable default |
ASK_ENABLEMENTSTATUS() |
Getter for ENABLEMENTSTATUS w/ exceptions if field has no va |
HAS_ENABLEMENTSTATUS() |
Determine if ENABLEMENTSTATUS 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_CSPMCONNECTORSUMMARYLIST¶
TYPES TT_CSPMCONNECTORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBCSPMCNCTUMMARY WITH DEFAULT KEY
.