AtsSyncCandidateSyncApplicationAttachmentChecksumInput
Input Object
Fields
algorithm AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInput! Required
Hashing algorithm used to calculate the checksum
Specifies which cryptographic hash function was used to generate the checksum value.
format AtsSyncCandidateSyncApplicationAttachmentChecksumFormatInput! Required
Encoding format of the checksum value
Specifies how the raw checksum bytes are encoded as a string.
checksum String! Required
Checksum value of the file content
The checksum should be calculated using the specified algorithm on the complete file contents, then encoded using the specified format.
Example
{"algorithm": "MD5", "format": "BASE64", "checksum": "xyz789"}