thirdPartyPrincipal property
Third party identity as the real authority.
Implementation
@$pb.TagNumber(2)
ServiceAccountDelegationInfo_ThirdPartyPrincipal get thirdPartyPrincipal =>
$_getN(1);
Implementation
@$pb.TagNumber(2)
set thirdPartyPrincipal(ServiceAccountDelegationInfo_ThirdPartyPrincipal v) {
setField(2, v);
}