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."],[[["Version 3.16.0 is the latest version available for the Google.Cloud.Kms.V1 namespace, with multiple versions ranging from 2.2.0 up to 3.16.0."],["`ExternalProtectionLevelOptions` is a class that stores additional fields for configuring a CryptoKeyVersion specific to the EXTERNAL protection level."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The `ExternalProtectionLevelOptions` class contains a property called `ExternalKeyUri`, which is a string that represents the URI for an external resource."],["The `ExternalProtectionLevelOptions` class offers two constructors, the default and one that accepts another `ExternalProtectionLevelOptions` object as an argument."]]],[]]