AtsSyncCandidateSyncApplicationAttachmentChecksumInput
Input Object
Input for application attachment checksum.
Fields
algorithm AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInput! Required
Hashing algorithm used to calculate the checksum.
format AtsSyncCandidateSyncApplicationAttachmentChecksumFormatInput! Required
Encoding format of the checksum value.
checksum String! Required
Checksum value of the file content, calculated using the specified algorithm and encoded in the specified format.
Example
{"algorithm": "MD5", "format": "BASE64", "checksum": "xyz789"}