WorkloadIdentityPool constructor

WorkloadIdentityPool({
  1. String? description,
  2. bool? disabled,
  3. String? displayName,
  4. String? expireTime,
  5. String? name,
  6. String? state,
})

Implementation

WorkloadIdentityPool({
  this.description,
  this.disabled,
  this.displayName,
  this.expireTime,
  this.name,
  this.state,
});