Skip to content

Commit

Permalink
feat(panos_log_forwarding_profile_match_list): Add decryption log-typ…
Browse files Browse the repository at this point in the history
…e to log forwarding (#429)
  • Loading branch information
jamesholland-uk authored May 2, 2023
1 parent fb36d4c commit a1dab0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/modules/panos_log_forwarding_profile_match_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
- tunnel
- auth
- sctp
- decryption
default: 'traffic'
filter:
description:
Expand Down Expand Up @@ -128,7 +129,7 @@ def main():
with_network_resource_module_state=True,
with_gathered_filter=True,
with_classic_provider_spec=True,
min_pandevice_version=(0, 11, 1),
min_pandevice_version=(1, 11, 0),
min_panos_version=(8, 0, 0),
parents=(("objects", "LogForwardingProfile", "log_forwarding_profile"),),
sdk_cls=("objects", "LogForwardingProfileMatchList"),
Expand All @@ -147,6 +148,7 @@ def main():
"tunnel",
"auth",
"sctp",
"decryption",
],
),
filter=dict(),
Expand Down

0 comments on commit a1dab0a

Please sign in to comment.