You are here

remote.schema.yml in Entity Share 8.3

modules/entity_share_client/config/schema/remote.schema.yml

File

modules/entity_share_client/config/schema/remote.schema.yml
View source
  1. entity_share_client.remote.*:
  2. type: config_entity
  3. label: 'Remote config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. url:
  12. type: string
  13. label: 'URL'
  14. auth:
  15. type: mapping
  16. mapping:
  17. pid:
  18. label: 'Plugin ID'
  19. type: string
  20. uuid:
  21. label: 'UUID'
  22. type: string
  23. data:
  24. type: mapping
  25. label: 'Credential data'
  26. mapping:
  27. credential_provider:
  28. type: string
  29. label: 'Credential provider'
  30. storage_key:
  31. type: string
  32. label: 'Storage key'
  33. key.type.entity_share_basic_auth:
  34. type: sequence
  35. key.type.entity_share_header:
  36. type: sequence
  37. key.type.entity_share_oauth:
  38. type: sequence