verifiedInitializationVectorCrc32c property

bool? verifiedInitializationVectorCrc32c
getter/setter pair

Integrity verification field.

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

Implementation

core.bool? verifiedInitializationVectorCrc32c;