GoogleSecuritySafebrowsingV5HashListMetadata
import type { GoogleSecuritySafebrowsingV5HashListMetadata } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";
Metadata about a particular hash list.
§Properties
The supported hash length for this hash list. Each hash list will support exactly one length. If a different hash length is introduced for the same set of threat types or safe types, it will be introduced as a separate list with a distinct name and respective hash length set.
Unordered list. If not empty, this specifies that the hash list represents a list of likely safe hashes, and this enumerates the ways they are considered likely safe. This field is mutually exclusive with the threat_types field.
Unordered list. If not empty, this specifies that the hash list is a kind of threat list, and this enumerates the kind of threats associated with hashes or hash prefixes in this hash list. May be empty if the entry does not represent a threat, i.e. in the case that it represents a likely safe type.