Class: Google::Cloud::Kms::V1::ExternalProtectionLevelOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ExternalProtectionLevelOptions
- Defined in:
- lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb
Overview
ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level.
Instance Attribute Summary collapse
-
#external_key_uri ⇒ String
The URI for an external resource that this CryptoKeyVersion represents.
Instance Attribute Details
#external_key_uri ⇒ String
Returns The URI for an external resource that this CryptoKeyVersion represents.
519 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb', line 519 class ExternalProtectionLevelOptions; end |