projectRoleAssertion property

  1. @TagNumber.new(4)
bool get projectRoleAssertion

Enable this setting to provide role information to your application. For OpenID Connect, the roles can be requested from the UserInfo endpoint or sent in the ID or Access Token, based on your application's configuration.

Implementation

@$pb.TagNumber(4)
$core.bool get projectRoleAssertion => $_getBF(3);
  1. @TagNumber.new(4)
set projectRoleAssertion (bool value)

Implementation

@$pb.TagNumber(4)
set projectRoleAssertion($core.bool value) => $_setBool(3, value);