mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -83,12 +83,12 @@ rule:
|
|||
metric_name:
|
||||
description: Metric name for the rule
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: ansibletest1234rule
|
||||
name:
|
||||
description: Friendly name for the rule
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: ansible-test-1234_rule
|
||||
predicates:
|
||||
description: List of conditions used in the rule
|
||||
|
@ -98,7 +98,7 @@ rule:
|
|||
data_id:
|
||||
description: ID of the condition
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: 8251acdb-526c-42a8-92bc-d3d13e584166
|
||||
negated:
|
||||
description: Whether the sense of the condition is negated
|
||||
|
@ -108,12 +108,12 @@ rule:
|
|||
type:
|
||||
description: type of the condition
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: ByteMatch
|
||||
rule_id:
|
||||
description: ID of the WAF rule
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: 15de0cbc-9204-4e1f-90e6-69b2f415c261
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue