HostDigestInfo

HostDigestInfo
HostDigestInfo

This data object type describes the digest information

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "digestMethod": "string",
    "digestValue": [
        0
    ],
    "objectName": "string"
}
string
digestMethod
Required

Method in which the digest value is calculated.

The set of possible values is described in HostDigestInfoDigestMethodTypeEnum.

array of integer
digestValue
Required

The variable length byte array containing the digest value calculated by the specified digestMethod.

string
objectName
Optional

The name of the object from which this digest value is calcaulated.