firstPartyPrincipal property
First party (Google) identity as the real authority.
Implementation
@$pb.TagNumber(1)
ServiceAccountDelegationInfo_FirstPartyPrincipal get firstPartyPrincipal =>
$_getN(0);
Implementation
@$pb.TagNumber(1)
set firstPartyPrincipal(ServiceAccountDelegationInfo_FirstPartyPrincipal v) {
setField(1, v);
}