/AWS1/CL_LSAGETCERTSRESULT¶
GetCertificatesResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_certificates TYPE /AWS1/CL_LSACERTIFICATESUMMARY=>TT_CERTIFICATESUMMARYLIST TT_CERTIFICATESUMMARYLIST¶
An object that describes certificates.
iv_nextpagetoken TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
If
NextPageTokenis returned there are more results available. The value ofNextPageTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Queryable Attributes¶
certificates¶
An object that describes certificates.
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 |
nextPageToken¶
If
NextPageTokenis returned there are more results available. The value ofNextPageTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |