SslCertificateList
- Print
- PDF
SslCertificateList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is a list of SSL authentication keys.
Syntax
The syntax is as follows.
private Integer totalRows
private List<SslCertificate> sslCertificateList = new ArrayList<SslCertificate>();~~~~
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
totalRows | Integer | Required | Total number of certificates in the list |
sslCertificateList | List<SslCertificate> | Required | List<SslCertificate> data type |
Was this article helpful?