thirdPartyPrincipal property

  1. @TagNumber.new(4)
Struct get thirdPartyPrincipal

The third party identification (if any) of the authenticated user making the request. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Implementation

@$pb.TagNumber(4)
$0.Struct get thirdPartyPrincipal => $_getN(2);
  1. @TagNumber.new(4)
set thirdPartyPrincipal (Struct v)

Implementation

@$pb.TagNumber(4)
set thirdPartyPrincipal($0.Struct v) {
  setField(4, v);
}