Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::MacVerifyResponse (v0.12.0)

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

Response message for KeyManagementService.MacVerify.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The resource name of the CryptoKeyVersion used for verification. Check this field to verify that the intended resource was used for verification.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the CryptoKeyVersion used for verification. Check this field to verify that the intended resource was used for verification.
Returns
  • (::String) — The resource name of the CryptoKeyVersion used for verification. Check this field to verify that the intended resource was used for verification.

#protection_level

def protection_level() -> ::Google::Cloud::Kms::V1::ProtectionLevel
Returns

#protection_level=

def protection_level=(value) -> ::Google::Cloud::Kms::V1::ProtectionLevel
Parameter
Returns

#success

def success() -> ::Boolean
Returns

#success=

def success=(value) -> ::Boolean
Parameter
Returns

#verified_data_crc32c

def verified_data_crc32c() -> ::Boolean
Returns

#verified_data_crc32c=

def verified_data_crc32c=(value) -> ::Boolean
Parameter
Returns

#verified_mac_crc32c

def verified_mac_crc32c() -> ::Boolean
Returns

#verified_mac_crc32c=

def verified_mac_crc32c=(value) -> ::Boolean
Parameter
Returns

#verified_success_integrity

def verified_success_integrity() -> ::Boolean
Returns
  • (::Boolean) — Integrity verification field. This value is used for the integrity verification of [MacVerifyResponse.success]. If the value of this field contradicts the value of [MacVerifyResponse.success], discard the response and perform a limited number of retries.

#verified_success_integrity=

def verified_success_integrity=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Integrity verification field. This value is used for the integrity verification of [MacVerifyResponse.success]. If the value of this field contradicts the value of [MacVerifyResponse.success], discard the response and perform a limited number of retries.
Returns
  • (::Boolean) — Integrity verification field. This value is used for the integrity verification of [MacVerifyResponse.success]. If the value of this field contradicts the value of [MacVerifyResponse.success], discard the response and perform a limited number of retries.