Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 949 Bytes

FilepoolPolicyCreateParams.md

File metadata and controls

14 lines (10 loc) · 949 Bytes

FilepoolPolicyCreateParams

Properties

Name Type Description Notes
Actions []FilepoolPolicyActionCreateParams A list of actions to be taken for matching files [optional] [default to null]
ApplyOrder int32 The order in which this policy should be applied (relative to other policies) [optional] [default to null]
Description string A description for this policy [optional] [default to null]
FileMatchingPattern *FilepoolPolicyFileMatchingPattern The file matching rules for this policy [default to null]
Name string A unique name for this policy [default to null]

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