All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.auth.serviceTokenEnum.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/auth/serviceTokenEnum.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ServiceTokenType",
  "description": "Different Type of OpenMetadata Service tokens",
  "type": "string",
  "javaType": "org.openmetadata.schema.auth.ServiceTokenType",
  "enum": [
    "BOT",
    "OM_USER",
    "PERSONAL_ACCESS"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy