Directory
The Directory object represents the properties common to a file system directory.
Properties
Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Directory Specific
pathpath_encctimemtimeatimecontains_refs
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `directory`. |
path optional | string | Specifies the path, as originally observed, to the directory on the file system. |
path_enc optional | string | Specifies the observed encoding for the path. |
ctime optional | string | Specifies the date/time the directory was created. |
mtime optional | string | Specifies the date/time the directory was last written to/modified. |
atime optional | string | Specifies the date/time the directory was last accessed. |
contains_refs optional | list of string | Specifies a list of references to other File and/or Directory Objects contained within the directory. |
Examples
{
"type": "directory",
"spec_version": "2.1",
"id": "directory--93c0a9b0-520d-545d-9094-1a08ddf46b05",
"path": "C:\\Windows\\System32"
}