Microsoft Azure · Schema

CertificateListResult

The certificate list result.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
value array A list of certificates.
nextLink string The URL to get the next set of certificates.
View JSON Schema on GitHub

JSON Schema

azure-key-vault-certificate-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertificateListResult",
  "type": "object",
  "description": "The certificate list result.",
  "properties": {
    "value": {
      "type": "array",
      "description": "A list of certificates."
    },
    "nextLink": {
      "type": "string",
      "description": "The URL to get the next set of certificates."
    }
  }
}