level property

String? level
final

The user's permission level, which must be the following:

  • deny
  • show
  • deploy
  • manage
  • iam_only
For more information on the permissions associated with these levels, see Managing User Permissions

Implementation

final String? level;