FilterCriterion¶
Structure Class¶
FilterCriterion
dataclass
¶
Represents a condition that when matched will be added to the response of the operation. Irrespective of using any filter criteria, an administrator account can view the scan entries for all of its member accounts. However, each member account can view the scan entries only for their own account.
Attributes¶
criterion_key
class-attribute
instance-attribute
¶
criterion_key: CriterionKey | None = None
An enum value representing possible scan properties to match with given scan entries.
filter_condition
class-attribute
instance-attribute
¶
filter_condition: FilterCondition | None = None
Contains information about the condition.