explicitRoles property

  1. @BuiltValueField(wireName: r'explicit_roles')
String? explicitRoles

The list of roles explicitly assigned to this team member, as a space separated list of role names. This list does not include any roles granted implicitly through permissions schemes.

Implementation

@BuiltValueField(wireName: r'explicit_roles')
String? get explicitRoles;