UploadSSHPublicKeyResponse

Contains the response to a successful UploadSSHPublicKey request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
SSHPublicKey object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-uploadsshpublickeyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UploadSSHPublicKeyResponse",
  "title": "UploadSSHPublicKeyResponse",
  "type": "object",
  "properties": {
    "SSHPublicKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SSHPublicKey"
        },
        {
          "description": "Contains information about the SSH public key."
        }
      ]
    }
  },
  "description": "Contains the response to a successful <a>UploadSSHPublicKey</a> request."
}