Class: Google::Cloud::Kms::V1::ExportTrustedKeyWrappedCryptoKeyVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CryptoKeyVersion to export. The CryptoKeyVersion must have trusted_wrapping_enabled set to true.

Returns:



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.

Returns:



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