/AWS1/CL_IOTLISTCERTSBYCARSP¶
The output of the ListCertificatesByCA operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_certificates
TYPE /AWS1/CL_IOTCERTIFICATE=>TT_CERTIFICATES
TT_CERTIFICATES
¶
The device certificates signed by the specified CA certificate.
iv_nextmarker
TYPE /AWS1/IOTMARKER
/AWS1/IOTMARKER
¶
The marker for the next set of results, or null if there are no additional results.
Queryable Attributes¶
certificates¶
The device certificates signed by the specified CA certificate.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CERTIFICATES() |
Getter for CERTIFICATES, with configurable default |
ASK_CERTIFICATES() |
Getter for CERTIFICATES w/ exceptions if field has no value |
HAS_CERTIFICATES() |
Determine if CERTIFICATES has a value |
nextMarker¶
The marker for the next set of results, or null if there are no additional results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |