workloadIdentityPool property

  1. @TagNumber(2)
String workloadIdentityPool

Output only. The name of the workload identity pool in which issuer will be recognized.

There is a single Workload Identity Pool per Hub that is shared between all Memberships that belong to that Hub. For a Hub hosted in {PROJECT_ID}, the workload pool format is {PROJECT_ID}.hub.id.goog, although this is subject to change in newer versions of this API.

Implementation

@$pb.TagNumber(2)
$core.String get workloadIdentityPool => $_getSZ(1);
  1. @TagNumber(2)
void workloadIdentityPool=(String v)

Implementation

@$pb.TagNumber(2)
set workloadIdentityPool($core.String v) { $_setString(1, v); }