mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 04:10:23 -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
|
@ -90,12 +90,12 @@ web_acl:
|
|||
metric_name:
|
||||
description: Metric name used as an identifier
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: mywebacl
|
||||
name:
|
||||
description: Friendly name of the Web ACL
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: my web acl
|
||||
rules:
|
||||
description: List of rules
|
||||
|
@ -116,17 +116,17 @@ web_acl:
|
|||
rule_id:
|
||||
description: Rule ID
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: a6fc7ab5-287b-479f-8004-7fd0399daf75
|
||||
type:
|
||||
description: Type of rule (either REGULAR or RATE_BASED)
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: REGULAR
|
||||
web_acl_id:
|
||||
description: Unique identifier of Web ACL
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: 10fff965-4b6b-46e2-9d78-24f6d2e2d21c
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue