projectRoleAssertion property
Enable this setting to have role information included in the user info endpoint. It is also dependent on your application settings to include it in tokens and other types.
Implementation
@$pb.TagNumber(3)
$core.bool get projectRoleAssertion => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set projectRoleAssertion($core.bool value) => $_setBool(2, value);