emqx_authz_ldap_schema.hocon 649 B

123456789101112131415161718192021222324252627
  1. emqx_authz_ldap_schema {
  2. publish_attribute.desc:
  3. """Indicates which attribute is used to represent the allowed topics list of the `publish`."""
  4. publish_attribute.label:
  5. """Publish Attribute"""
  6. subscribe_attribute.desc:
  7. """Indicates which attribute is used to represent the allowed topics list of the `subscribe`."""
  8. subscribe_attribute.label:
  9. """Subscribe Attribute"""
  10. all_attribute.desc:
  11. """Indicates which attribute is used to represent the both allowed topics list of `publish` and `subscribe`."""
  12. all_attribute.label:
  13. """All Attribute"""
  14. query_timeout.desc:
  15. """Timeout for the LDAP query."""
  16. query_timeout.label:
  17. """Query Timeout"""
  18. }