content library item file: checksum info
Provides checksums for a content.library.item.file.info object.
Representation:
{
"checksum" : "string",
"algorithm" : "SHA1"
}
"checksum" : "string",
"algorithm" : "SHA1"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
checksum | string | The checksum value calculated with content.library.item.file.checksum_info.algorithm. |
Optional | ||
algorithm | string | The checksum algorithm (SHA1 , MD5 , SHA256 , SHA512 ) used to calculate the checksum. Optional. If not specified the default checksum algorithm is SH_a1. |