GoogleCloudApigeeV1TlsInfo constructor

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

Implementation

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