verifiedDigestCrc32c property

bool? verifiedDigestCrc32c
getter/setter pair

Integrity verification field.

A flag indicating whether AsymmetricSignRequest.digest_crc32c was received by KeyManagementService and used for the integrity verification of the digest. A false value of this field indicates either that AsymmetricSignRequest.digest_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set AsymmetricSignRequest.digest_crc32c but this field is still false, discard the response and perform a limited number of retries.

Implementation

core.bool? verifiedDigestCrc32c;