permissions property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? permissions
getter/setter pair

Permissions available to an admin in the embedded UI.

An admin must have all of these permissions in order to view the UI. This field is deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? permissions;