thirdPartyPrincipal property

  1. @TagNumber.new(2)
ServiceAccountDelegationInfo_ThirdPartyPrincipal get thirdPartyPrincipal

Third party identity as the real authority.

Implementation

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

Implementation

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