Keboola · Schema

WorkspaceStorageCredentialsCreateRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
certificateLifetimeSeconds integer Lifetime of the certificate in seconds.
View JSON Schema on GitHub

JSON Schema

keboola-workspacestoragecredentialscreaterequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WorkspaceStorageCredentialsCreateRequest",
  "properties": {
    "certificateLifetimeSeconds": {
      "description": "Lifetime of the certificate in seconds.",
      "type": "integer",
      "nullable": true
    }
  },
  "type": "object"
}