Amazon Directory Service · JSON Structure

Amazon Directory Service Client Cert Auth Settings Structure

Contains information about the client certificate authentication settings for the RegisterCertificate and DescribeCertificate operations.

Type: object Properties: 1
Active DirectoryAuthenticationDirectory ServicesIdentity Management

Amazon Directory Service Client Cert Auth Settings Structure is a JSON Structure definition published by Amazon Directory Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OCSPUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-directory-service/refs/heads/main/json-structure/amazon-directory-service-client-cert-auth-settings-structure.json",
  "title": "ClientCertAuthSettings",
  "description": "Contains information about the client certificate authentication settings for the <code>RegisterCertificate</code> and <code>DescribeCertificate</code> operations. ",
  "type": "object",
  "properties": {
    "OCSPUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OCSPUrl"
        },
        {
          "description": "Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate."
        }
      ]
    }
  }
}