Skip to content

Commit

Permalink
feat: Add decryption log-type to log forwarding (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesholland-uk committed May 2, 2023
1 parent 2785440 commit f2a253e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions panos/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,22 @@ def _setup(self):
"sctp",
],
)
params[-1].add_profile(
"10.0.0",
path="log-type",
values=[
"traffic",
"threat",
"wildfire",
"url",
"data",
"gtp",
"tunnel",
"auth",
"sctp",
"decryption",
],
)
params.append(VersionedParamPath("filter", path="filter"))
params.append(
VersionedParamPath(
Expand Down

0 comments on commit f2a253e

Please sign in to comment.