You are here

ldap_query_entity.schema.yml in Lightweight Directory Access Protocol (LDAP) 8.4

Same filename and directory in other branches
  1. 8.3 ldap_query/config/schema/ldap_query_entity.schema.yml
ldap_query/config/schema/ldap_query_entity.schema.yml

File

ldap_query/config/schema/ldap_query_entity.schema.yml
View source
  1. ldap_query.ldap_query_entity.*:
  2. type: config_entity
  3. label: 'LDAP Queries config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. server_id:
  14. type: string
  15. label: 'Server ID'
  16. status:
  17. type: boolean
  18. label: 'Enabled'
  19. base_dn:
  20. type: string
  21. label: 'Base DNs to search in query'
  22. filter:
  23. type: string
  24. label: 'Filter'
  25. attributes:
  26. type: string
  27. label: 'Attributes to return'
  28. size_limit:
  29. type: integer
  30. label: 'Size limit of returned data'
  31. time_limit:
  32. type: integer
  33. label: 'Time limit for query in seconds'
  34. dereference:
  35. type: integer
  36. label: 'How aliases should be handled'
  37. scope:
  38. type: string
  39. label: 'Scope of search'