The list of permissions assigned to the created web user.
Type: array
File
- core/modules/ link/ tests/ link.test, line 20 
- Link base test file - contains common functions for testing links.
Class
Code
protected $permissions = array(
  'access content',
  'administer content types',
  'administer fields',
  'administer nodes',
  'administer filters',
  'access administration pages',
  'create page content',
);
