Skip to content

/AWS1/CL_DSRLISTCERTSRESULT

ListCertificatesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/DSRNEXTTOKEN /AWS1/DSRNEXTTOKEN

Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.

it_certificatesinfo TYPE /AWS1/CL_DSRCERTIFICATEINFO=>TT_CERTIFICATESINFO TT_CERTIFICATESINFO

A list of certificates with basic details including certificate ID, certificate common name, certificate state.


Queryable Attributes

NextToken

Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

CertificatesInfo

A list of certificates with basic details including certificate ID, certificate common name, certificate state.

Accessible with the following methods

Method Description
GET_CERTIFICATESINFO() Getter for CERTIFICATESINFO, with configurable default
ASK_CERTIFICATESINFO() Getter for CERTIFICATESINFO w/ exceptions if field has no va
HAS_CERTIFICATESINFO() Determine if CERTIFICATESINFO has a value