public sealed class ExternalProtectionLevelOptions : IMessage<ExternalProtectionLevelOptions>, IEquatable<ExternalProtectionLevelOptions>, IDeepCloneable<ExternalProtectionLevelOptions>, IBufferMessage, IMessage
ExternalProtectionLevelOptions stores a group of additional fields for
configuring a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] that are specific to the
[EXTERNAL][google.cloud.kms.v1.ProtectionLevel.EXTERNAL] protection level.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 3.16.0, with a range of versions from 2.2.0 up to 3.16.0 accessible."],["`ExternalProtectionLevelOptions` is a class designed for configuring `CryptoKeyVersion` with `EXTERNAL` protection levels."],["The `ExternalProtectionLevelOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExternalProtectionLevelOptions` class contains a constructor and one property, `ExternalKeyUri`, which provides the URI for an external resource represented by a `CryptoKeyVersion`."]]],[]]