Skip to content

Commit f2a253e

Browse files
feat: Add decryption log-type to log forwarding (#507)
1 parent 2785440 commit f2a253e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

panos/objects.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,22 @@ def _setup(self):
838838
"sctp",
839839
],
840840
)
841+
params[-1].add_profile(
842+
"10.0.0",
843+
path="log-type",
844+
values=[
845+
"traffic",
846+
"threat",
847+
"wildfire",
848+
"url",
849+
"data",
850+
"gtp",
851+
"tunnel",
852+
"auth",
853+
"sctp",
854+
"decryption",
855+
],
856+
)
841857
params.append(VersionedParamPath("filter", path="filter"))
842858
params.append(
843859
VersionedParamPath(

0 commit comments

Comments
 (0)