Replies: 1 comment
-
from panos.panorama import Panorama
from panos.device import Administrator
pano = Panorama(........)
admins = Administrator.refreshall(pano)
for admin in admins:
# do stuff here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am very new to panorama and have been trying to find out if there is a way to view all administrators that are given access to panorama and all how to delete an inactive panorama user account using pan-os-python or pan xml api? Any help would really be appreciated
Beta Was this translation helpful? Give feedback.
All reactions