GetServerCertificateRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
ServerCertificateName object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getservercertificaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetServerCertificateRequest",
  "title": "GetServerCertificateRequest",
  "type": "object",
  "required": [
    "ServerCertificateName"
  ],
  "properties": {
    "ServerCertificateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/serverCertificateNameType"
        },
        {
          "description": "<p>The name of the server certificate you want to retrieve information about.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
        }
      ]
    }
  }
}