You are here

access_token_resource.schema.yml in Simple OAuth (OAuth2) & OpenID Connect 8

config/schema/access_token_resource.schema.yml

File

config/schema/access_token_resource.schema.yml
View source
  1. simple_oauth.access_token_resource.*:
  2. type: config_entity
  3. label: 'Access Token Resource config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: text
  13. label: 'Description'
  14. locked:
  15. type: boolean
  16. label: 'Locked'
  17. permissions:
  18. type: string
  19. label: 'Permissions'
  20. sequence:
  21. type: string
  22. uuid:
  23. type: string