Keboola · Schema

SetWorkspacePublicKeyRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
publicKey string Public key in RSA format.
View JSON Schema on GitHub

JSON Schema

keboola-setworkspacepublickeyrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SetWorkspacePublicKeyRequest",
  "required": [
    "publicKey"
  ],
  "properties": {
    "publicKey": {
      "description": "Public key in RSA format.",
      "type": "string"
    }
  },
  "type": "object"
}