/AWS1/CL_IOTAUDITCHECKCONF¶
Which audit checks are enabled and disabled for this account.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_ENABLED
TYPE /AWS1/IOTENABLED
/AWS1/IOTENABLED
¶
True if this audit check is enabled for this account.
Queryable Attributes¶
enabled¶
True if this audit check is enabled for this account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUDITCHECKCONFIGURATIONS
¶
TYPES TT_AUDITCHECKCONFIGURATIONS TYPE HASHED TABLE OF /AWS1/CL_IOTAUDITCHECKCONF=>TS_AUDITCHECKCONFS_MAPROW WITH UNIQUE KEY key
.
TS_AUDITCHECKCONFS_MAPROW
¶
TYPES: BEGIN OF TS_AUDITCHECKCONFS_MAPROW,
key TYPE /AWS1/IOTAUDITCHECKNAME,
value TYPE REF TO /AWS1/CL_IOTAUDITCHECKCONF,
END OF TS_AUDITCHECKCONFS_MAPROW.