You are here

acquia_connector.schema.yml in Acquia Connector 8.2

config/schema/acquia_connector.schema.yml

File

config/schema/acquia_connector.schema.yml
View source
  1. # Schema for the configuration files of the acquia_connector module.
  2. acquia_connector.settings:
  3. type: config_object
  4. label: 'Acquia connector settings'
  5. mapping:
  6. subscription_name:
  7. type: string
  8. label: 'Acquia subscription name'
  9. debug:
  10. type: boolean
  11. label: 'Is debug mode active'
  12. cron_interval:
  13. type: integer
  14. label: 'Interval for sending site profile, minutes'
  15. cron_interval_override:
  16. type: integer
  17. label: 'Override for cron_interval, minutes'
  18. hide_signup_messages:
  19. type: integer
  20. label: 'Hide signup messages'
  21. spi:
  22. type: mapping
  23. label: 'SPI'
  24. mapping:
  25. server:
  26. type: string
  27. label: 'Acquia SPI server'
  28. ssl_override:
  29. type: boolean
  30. label: 'Do not require secure connection'
  31. ssl_verify:
  32. type: boolean
  33. label: 'Verify SSL'
  34. admin_priv:
  35. type: integer
  36. label: 'Allow collection of Admin privileges'
  37. send_node_user:
  38. type: integer
  39. label: 'Allow collection of Nodes and users'
  40. send_watchdog:
  41. type: integer
  42. label: 'Allow collection of Watchdog logs'
  43. use_cron:
  44. type: integer
  45. label: 'Send via Drupal cron'
  46. dynamic_banner:
  47. type: integer
  48. label: 'Receive updates from Acquia Subscription'
  49. set_variables_override:
  50. type: integer
  51. label: 'Allow Insight to update list of approved variables'
  52. set_variables_automatic:
  53. type: ignore
  54. ignored_set_variables:
  55. type: sequence
  56. label: 'List of ignored variables'
  57. saved_variables:
  58. type: mapping
  59. label: 'Saved variables'
  60. mapping:
  61. variables:
  62. type: sequence
  63. label: 'Saved variables from the Acquia Subscription'
  64. sequence:
  65. - type: string
  66. label: 'Variable'
  67. time:
  68. type: integer
  69. label: 'Last update of variables'
  70. cron_interval:
  71. type: integer
  72. label: 'Cron interval for failed logins data, sec'
  73. site_environment:
  74. type: string
  75. label: 'Site environment'
  76. site_machine_name:
  77. type: string
  78. label: 'Site machine name'
  79. site_name:
  80. type: string
  81. label: 'Site name'
  82. site_uuid:
  83. type: string
  84. label: 'Site UUID'
  85. env_detection_enabled:
  86. type: boolean
  87. label: 'Is environment detection enabled?'
  88. environment_changes:
  89. type: ignore
  90. environment_changed_action:
  91. type: ignore
  92. blocked:
  93. type: ignore
  94. mapping:
  95. type: ignore