IdpsSignaturesResponse

IdpsSignaturesResponse
IDPS Signatures Response

Response object containing IDPS signature download information.

JSON Example
{
    "signatures_url": "string",
    "version": "string",
    "sha256_checksum": "string",
    "last_updated": "string",
    "version_name": "string"
}
string
signatures_url
Optional

URL to download the signatures bundle.

string
version
Optional

Signature version number.

string
sha256_checksum
Optional

SHA256 checksum of the signatures bundle for verification.

string
last_updated
Optional

Timestamp indicating when the signatures were last updated.

string
version_name
Optional

Full version name identifier (e.g., "IDPSSignatures.1.2021-03-21T23:59:59Z").