Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.24 KB

ReportSubreportPolicyFileMatchingPatternOrCriteriaItemAndCriteriaItem.md

File metadata and controls

16 lines (12 loc) · 1.24 KB

ReportSubreportPolicyFileMatchingPatternOrCriteriaItemAndCriteriaItem

Properties

Name Type Description Notes
attribute_exists bool For "custom_attribute" type criteria. The file will match as long as the attribute named by "field" exists. Default is true. [optional]
case_sensitive bool If true, the value comparison will be case sensitive. Default is true. [optional]
field str The name of the file attribute to match on (only required if this is a custom_attribute type criterion). Default is an empty string "". [optional]
operator str How to compare the specified attribute of each file to the specified value. [optional]
type str The type of this criterion, that is, which file attribute to match on.
value str The value to compare the specified attribute of each file to. [optional]
whole_word bool If true, the attribute must match the entire word. Default is true. [optional]

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