verifiedAdditionalAuthenticatedDataCrc32c property

bool? verifiedAdditionalAuthenticatedDataCrc32c
getter/setter pair

Integrity verification field.

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

Implementation

core.bool? verifiedAdditionalAuthenticatedDataCrc32c;