Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -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
'''