principal property

  1. @TagNumber.new(7)
String get principal

The identity of this peer. Similar to Request.auth.principal, but relative to the peer instead of the request. For example, the identity associated with a load balancer that forwarded the request.

Implementation

@$pb.TagNumber(7)
$core.String get principal => $_getSZ(3);
  1. @TagNumber.new(7)
set principal (String value)

Implementation

@$pb.TagNumber(7)
set principal($core.String value) => $_setString(3, value);