class Google::Apis::CloudkmsV1::ExternalProtectionLevelOptions

ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level.

Attributes

external_key_uri[RW]

The URI for an external resource that this CryptoKeyVersion represents. Corresponds to the JSON property `externalKeyUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudkms_v1/classes.rb, line 996
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudkms_v1/classes.rb, line 1001
def update!(**args)
  @external_key_uri = args[:external_key_uri] if args.key?(:external_key_uri)
end