NAME
Device::Firewall::PaloAlto::Op::IPUserMap - Palo Alto IP to user mapping entry.
VERSION
version 0.1.9
SYNOPSIS
my
$mappings
=
$fw
->op->ip_user_mapping;
say
$_
->name
foreach
$mappings
->to_array;
DESCRIPTION
This object represents a single IP to user mapping.
METHODS
ip
Returns the IP address of the IP to user mapping.
user
Returns the user of the IP to user mapping.
AUTHOR
Greg Foletta <greg@foletta.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Greg Foletta.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.