Class GoogleSecuritySafebrowsingV5HashListMetadata
Metadata about a particular hash list.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v5.Data
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class GoogleSecuritySafebrowsingV5HashListMetadata : IDirectResponseSchema
Properties
Description
A human-readable description about this list. Written in English.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HashLength
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.
Declaration
[JsonProperty("hashLength")]
public virtual string HashLength { get; set; }
Property Value
Type | Description |
---|---|
string |
LikelySafeTypes
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.
Declaration
[JsonProperty("likelySafeTypes")]
public virtual IList<string> LikelySafeTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ThreatTypes
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.
Declaration
[JsonProperty("threatTypes")]
public virtual IList<string> ThreatTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |