GoogleCloudApigeeV1TlsInfoConfig constructor

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

Implementation

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