TlsInspectionPolicy constructor

TlsInspectionPolicy({
  1. String? caPool,
  2. String? createTime,
  3. List<String>? customTlsFeatures,
  4. String? description,
  5. bool? excludePublicCaSet,
  6. String? minTlsVersion,
  7. String? name,
  8. String? tlsFeatureProfile,
  9. String? trustConfig,
  10. String? updateTime,
})

Implementation

TlsInspectionPolicy({
  this.caPool,
  this.createTime,
  this.customTlsFeatures,
  this.description,
  this.excludePublicCaSet,
  this.minTlsVersion,
  this.name,
  this.tlsFeatureProfile,
  this.trustConfig,
  this.updateTime,
});