/AWS1/CL_SHBSTANDARDSCTLASSO00¶
An array with one or more objects that includes a security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters)
and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_securitycontrolid
TYPE /AWS1/SHBNONEMPTYSTRING
/AWS1/SHBNONEMPTYSTRING
¶
The unique identifier (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) of a security control across standards.
iv_standardsarn
TYPE /AWS1/SHBNONEMPTYSTRING
/AWS1/SHBNONEMPTYSTRING
¶
The ARN of a standard.
Queryable Attributes¶
SecurityControlId¶
The unique identifier (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) of a security control across standards.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECURITYCONTROLID() |
Getter for SECURITYCONTROLID, with configurable default |
ASK_SECURITYCONTROLID() |
Getter for SECURITYCONTROLID w/ exceptions if field has no v |
HAS_SECURITYCONTROLID() |
Determine if SECURITYCONTROLID has a value |
StandardsArn¶
The ARN of a standard.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STANDARDSARN() |
Getter for STANDARDSARN, with configurable default |
ASK_STANDARDSARN() |
Getter for STANDARDSARN w/ exceptions if field has no value |
HAS_STANDARDSARN() |
Determine if STANDARDSARN 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_STANDARDSCTLASSOCIATIONIDS
¶
TYPES TT_STANDARDSCTLASSOCIATIONIDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBSTANDARDSCTLASSO00 WITH DEFAULT KEY
.