WorkloadIdentityPoolManagedIdentity constructor

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

Implementation

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