logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VUser::Google::ProvisioningAPI::V2_0::UserEntry - Google Provisioning API 2.0 User entry

Accessors

       User
       Password
       isSuspended
       FamilyName
       GivenName
       Email
       Quota

Author

       Randy Smith, perlstalker at vuser dot org

Name

       VUser::Google::ProvisioningAPI::V2_0::UserEntry - Google Provisioning API 2.0 User entry

Synopsis

        my $entry = VUser::Google::ProvisioningAPI::V2_0::UserEntry->new();
        $entry->User('foo'); # set the user name to 'foo'
        $entry->GivenName('Fred');
        $entry->FamilyName('Oog');

See Also