Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.45 KB

FpolicyEventFileOperations.md

File metadata and controls

24 lines (20 loc) · 1.45 KB

FpolicyEventFileOperations

Properties

Name Type Description Notes
Close bool File close operations [optional] [default to null]
Create bool File create operations [optional] [default to null]
CreateDir bool Directory create operations [optional] [default to null]
Delete bool File delete operations [optional] [default to null]
DeleteDir bool Directory delete operations [optional] [default to null]
Getattr bool Get attribute operations [optional] [default to null]
Link bool Link operations [optional] [default to null]
Lookup bool Lookup operations [optional] [default to null]
Open bool File open operations [optional] [default to null]
Read bool File read operations [optional] [default to null]
Rename bool File rename operations [optional] [default to null]
RenameDir bool Directory rename operations [optional] [default to null]
Setattr bool Set attribute operations [optional] [default to null]
Symlink bool Symbolic link operations [optional] [default to null]
Write bool File write operations [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]