$ExternalProtectionLevelOptions constructor

$ExternalProtectionLevelOptions({
  1. String? ekmConnectionBackendOverride,
  2. String? ekmConnectionKeyPath,
  3. String? externalKeyUri,
})

Implementation

$ExternalProtectionLevelOptions({
  this.ekmConnectionBackendOverride,
  this.ekmConnectionKeyPath,
  this.externalKeyUri,
});