FileTypeCategory
Description
An object represents a file type category. FileTypeCategory is a collection of file types grouped together into a category. For example, file types like 7Z, ARJ, BZ, CPIO_CRC etc. are grouped together into a FileTypeCategory named as ARCHIVE. Similarly file types like EPS, PDF are grouped together into a FileTypeCategory named as PDF files. FileTypeCategory can be used to create file rule using POST /policy/filepolicies/{parentId}/filerules (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 category | |||
fileTypes | False | [object] | A list of file type under this file type category Allowed types are: [FileType] |
|||
id | False | string | Unique identifier Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
type | True | string | filetypebase |