UpdateServerCertificateRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
ServerCertificateName object
NewPath object
NewServerCertificateName object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-updateservercertificaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateServerCertificateRequest",
  "title": "UpdateServerCertificateRequest",
  "type": "object",
  "required": [
    "ServerCertificateName"
  ],
  "properties": {
    "ServerCertificateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/serverCertificateNameType"
        },
        {
          "description": "<p>The name of the server certificate that you want to update.</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>"
        }
      ]
    },
    "NewPath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/pathType"
        },
        {
          "description": "<p>The new path for the server certificate. Include this only if you are updating the server certificate's path.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (<code>\\u0021</code>) through the DEL character (<code>\\u007F</code>), including most punctuation characters, digits, and upper and lowercased letters.</p>"
        }
      ]
    },
    "NewServerCertificateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/serverCertificateNameType"
        },
        {
          "description": "<p>The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.</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>"
        }
      ]
    }
  }
}