Class: Google::Cloud::Kms::V1::ExportTrustedKeyWrappedCryptoKeyVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ExportTrustedKeyWrappedCryptoKeyVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService.ExportTrustedKeyWrappedCryptoKeyVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#wrapping_key ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CryptoKeyVersion to export. The CryptoKeyVersion must have trusted_wrapping_enabled set to true.
669 670 671 672 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 669 class ExportTrustedKeyWrappedCryptoKeyVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wrapping_key ⇒ ::String
Returns Required. The name of the CryptoKeyVersion to use as a wrapping key. The CryptoKeyVersion must have hsm_trusted set to true.
669 670 671 672 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 669 class ExportTrustedKeyWrappedCryptoKeyVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |