thirdPartyPrincipal property

  1. @TagNumber(2)
ServiceAccountDelegationInfo_ThirdPartyPrincipal thirdPartyPrincipal

Third party identity as the real authority.

Implementation

@$pb.TagNumber(2)
ServiceAccountDelegationInfo_ThirdPartyPrincipal get thirdPartyPrincipal => $_getN(1);
  1. @TagNumber(2)
void thirdPartyPrincipal=(ServiceAccountDelegationInfo_ThirdPartyPrincipal v)

Implementation

@$pb.TagNumber(2)
set thirdPartyPrincipal(ServiceAccountDelegationInfo_ThirdPartyPrincipal v) { setField(2, v); }