authority property

  1. @TagNumber.new(12)
Authority get authority

Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity

Implementation

@$pb.TagNumber(12)
Authority get authority => $_getN(11);
  1. @TagNumber.new(12)
set authority (Authority v)

Implementation

@$pb.TagNumber(12)
set authority(Authority v) {
  setField(12, v);
}