AuthProvider constructor

AuthProvider({
  1. List<String>? allowedScopes,
  2. AuthProviderTypeParams? authProviderTypeParams,
  3. List<String>? blockedScopes,
  4. String? createTime,
  5. bool? deleted,
  6. String? description,
  7. String? expireTime,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? state,
  11. String? updateTime,
  12. List<String>? workloadIds,
})

Implementation

AuthProvider({
  this.allowedScopes,
  this.authProviderTypeParams,
  this.blockedScopes,
  this.createTime,
  this.deleted,
  this.description,
  this.expireTime,
  this.labels,
  this.name,
  this.state,
  this.updateTime,
  this.workloadIds,
});