GoogleCloudApigeeV1TlsInfo constructor

GoogleCloudApigeeV1TlsInfo({
  1. List<String>? ciphers,
  2. bool? clientAuthEnabled,
  3. GoogleCloudApigeeV1TlsInfoCommonName? commonName,
  4. bool? enabled,
  5. bool? enforce,
  6. bool? ignoreValidationErrors,
  7. String? keyAlias,
  8. String? keyStore,
  9. List<String>? protocols,
  10. String? trustStore,
})

Implementation

GoogleCloudApigeeV1TlsInfo({
  this.ciphers,
  this.clientAuthEnabled,
  this.commonName,
  this.enabled,
  this.enforce,
  this.ignoreValidationErrors,
  this.keyAlias,
  this.keyStore,
  this.protocols,
  this.trustStore,
});