SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
op |
str
The match operator for the field. Check the Op enum for the list of possible values. This field is a member of oneof _ _op .
|
val |
str
The value of the field. This field is a member of oneof _ _val .
|
Classes
Op
Op(value)
The match operator for the field.
Values: UNDEFINED_OP (0): A value indicating that the enum field is not set. CONTAINS (215180831): The operator matches if the field value contains the specified value. ENDS_WITH (490402221): The operator matches if the field value ends with the specified value. EQUALS (442201023): The operator matches if the field value equals the specified value. EQUALS_ANY (337226060): The operator matches if the field value is any value. STARTS_WITH (139505652): The operator matches if the field value starts with the specified value.