Dataiku · Schema

CreateAuthKeyRequest

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
label string Descriptive label for the key
allowedServices array List of services this key can access
View JSON Schema on GitHub

JSON Schema

dataiku-createauthkeyrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateAuthKeyRequest",
  "title": "CreateAuthKeyRequest",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "Descriptive label for the key"
    },
    "allowedServices": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of services this key can access"
    }
  }
}