firstPartyPrincipal property

  1. @TagNumber.new(1)
ServiceAccountDelegationInfo_FirstPartyPrincipal get firstPartyPrincipal

First party (Google) identity as the real authority.

Implementation

@$pb.TagNumber(1)
ServiceAccountDelegationInfo_FirstPartyPrincipal get firstPartyPrincipal =>
    $_getN(0);
  1. @TagNumber.new(1)
set firstPartyPrincipal (ServiceAccountDelegationInfo_FirstPartyPrincipal v)

Implementation

@$pb.TagNumber(1)
set firstPartyPrincipal(ServiceAccountDelegationInfo_FirstPartyPrincipal v) {
  setField(1, v);
}