Certificates

List certificates in a specified key vault

The GetCertificates operation returns the set of certificates resources in the specified key vault. This operation requires the certificates/list permission.

get/certificates

Query parameters

maxresultsinteger

Maximum number of results to return in a page. If not specified the service will return up to 25 results.

api-versionstring required

Client API version.

Response

A response message containing a list of certificates along with a link to the next page of certificates.

nextLinkstring

The URL to get the next set of certificates.

Changes