Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::ImportTrustedKeyWrappedCryptoKeyVersionRequest (v1.15.0)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ImportTrustedKeyWrappedCryptoKeyVersionRequest.

Request message for KeyManagementService.ImportTrustedKeyWrappedCryptoKeyVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#algorithm

def algorithm() -> ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
Returns

#algorithm=

def algorithm=(value) -> ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
Parameter
Returns

#crypto_key_version

def crypto_key_version() -> ::String
Returns

#crypto_key_version=

def crypto_key_version=(value) -> ::String
Parameter
Returns

#importing_key

def importing_key() -> ::String
Returns
  • (::String) — Required. Required - the CKV of the trusted key used to import. This can be the name of a CryptoKeyVersion or a CryptoKey.

#importing_key=

def importing_key=(value) -> ::String
Parameter
  • value (::String) — Required. Required - the CKV of the trusted key used to import. This can be the name of a CryptoKeyVersion or a CryptoKey.
Returns
  • (::String) — Required. Required - the CKV of the trusted key used to import. This can be the name of a CryptoKeyVersion or a CryptoKey.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the CryptoKey to be imported into.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the CryptoKey to be imported into.
Returns
  • (::String) — Required. The name of the CryptoKey to be imported into.

#wrapped_key

def wrapped_key() -> ::String
Returns
  • (::String) — Required. The target key pre-wrapped on premises.

#wrapped_key=

def wrapped_key=(value) -> ::String
Parameter
  • value (::String) — Required. The target key pre-wrapped on premises.
Returns
  • (::String) — Required. The target key pre-wrapped on premises.