ServerTlsPolicy constructor

ServerTlsPolicy({
  1. bool? allowOpen,
  2. String? createTime,
  3. String? description,
  4. Map<String, String>? labels,
  5. MTLSPolicy? mtlsPolicy,
  6. String? name,
  7. GoogleCloudNetworksecurityV1CertificateProvider? serverCertificate,
  8. String? updateTime,
})

Implementation

ServerTlsPolicy({
  this.allowOpen,
  this.createTime,
  this.description,
  this.labels,
  this.mtlsPolicy,
  this.name,
  this.serverCertificate,
  this.updateTime,
});