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

json.schema.security.sasl.saslClientConfig.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/security/sasl/SASLClientConfig.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SASL Client Config",
  "description": "SASL client configuration.",
  "type": "object",
  "javaType": "org.openmetadata.schema.security.sasl.SASLClientConfig",
  "additionalProperties": false,
  "properties": {
    "saslMechanism": {
      "title": "SASL Mechanism",
      "description": "SASL security mechanism",
      "$ref": "../../entity/services/connections/messaging/saslMechanismType.json",
      "default": "PLAIN"
    },
    "saslUsername": {
      "title": "SASL Username",
      "description": "The SASL authentication username.",
      "type": "string"
    },
    "saslPassword": {
      "title": "SASL Password",
      "description": "The SASL authentication password.",
      "type": "string"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy