TrustConfig constructor

TrustConfig({
  1. List<AllowlistedCertificate>? allowlistedCertificates,
  2. String? createTime,
  3. String? description,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. List<TrustStore>? trustStores,
  8. String? updateTime,
})

Implementation

TrustConfig({
  this.allowlistedCertificates,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.trustStores,
  this.updateTime,
});