FileType
Description
An object represents a file type (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
version | False | string | A unique string version assigned by the system when the object is created or modified. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete an existing object. As the version will change every time the object is modified, the value provided in this identifier must match exactly what is present in the system or the request will be rejected. | |||
name | True | string | Name of the file type | |||
description | False | string | The description of the file type Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
ruleAction | False | [object] | A list of enum values that specify the rule actions that can be performed on files of this type. Possible values for ruleAction are 'DETECT_FILES', 'BLOCK_FILES', 'MALWARE_CLOUD_LOOKUP' and 'MALWARE_BLOCK' | |||
direction | False | string | Whether the file direction is UPLOAD or DOWNLOAD. UPLOAD indicates only upload is supported. 'DOWNLOAD', indicates both 'UPLOAD' and 'DOWNLOAD' supported. | |||
malwareCapabilities | False | [object] | A list of enum values that specify the supported malware analysis options for this file type. Possible values are: SPERO_ANALYSIS, DYNAMIC_MALWARE_ANALYSIS_WITH_MANUAL_SUBMISSION, DYNAMIC_MALWARE_ANALYSIS_WITH_AUTOMATIC_SUBMISSION, LOCAL_MALWARE_ANALYSIS. | |||
id | False | string | Unique identifier Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | filetypebase |