The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Cisco::ACS::User - Access Cisco ACS functionality through REST API - User fields

SYNOPSIS

  use Net::Cisco::ACS::User;
  my $user = Net::Cisco::ACS::User->new("name"=>"soloh","description"=>"Han Solo","identityGroupName"=>"All Groups:MilleniumCrew","password"=>"Leia");

  Fields
  - description
  - name
  - changePassword
  - enablePassword
  - enabled
  - password
  - passwordNeverExpires
  - passwordType
  - dateExceeds
  - dateExceedsEnabled
  

DESCRIPTION

The Net::Cisco::ACS::User class holds all the user relevant information from Cisco ACS 5.x

USAGE

BUGS

SUPPORT

AUTHOR

    Hendrik Van Belleghem
    CPAN ID: BEATNIK
    hendrik.vanbelleghem@gmail.com

COPYRIGHT

This program is free software licensed under the...

        The General Public License (GPL)
        Version 2, June 1991

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1).