rolePermission property

String? rolePermission
getter/setter pair

Indicates whether the role granted by this binding contains the specified permission. Possible string values are:

  • "ROLE_PERMISSION_UNSPECIFIED" : The inclusion of the permission is not specified.
  • "ROLE_PERMISSION_INCLUDED" : The permission is included in the role.
  • "ROLE_PERMISSION_NOT_INCLUDED" : The permission is not included in the role.
  • "ROLE_PERMISSION_UNKNOWN_INFO_DENIED" : The user who created the Replay is not allowed to access the binding.

Implementation

core.String? rolePermission;