pyaim | CyberArk Application Access Manager Client Library

 by   infamousjoeg Python Version: 1.5.3 License: MIT

kandi X-RAY | pyaim Summary

kandi X-RAY | pyaim Summary

pyaim is a Python library. pyaim has build file available, it has a Permissive License and it has low support. However pyaim has 4 bugs and it has 1 vulnerabilities. You can install using 'pip install pyaim' or download it from GitHub, PyPI.

CyberArk Application Access Manager Client Library for Python 3. This project simplifies the interaction between a Python 3 application or script and CyberArk's Application Access Manager's Credential Provider using the appropriate CLIPasswordSDK executable for the Operating System being used. By simplifying this process, developers are only required to change four (4) lines of code in their Python 3 applications and scripts to securely retrieve privileged secrets from CyberArk's Privileged Access Security (PAS) Core Solution as opposed to thirty or more (30+) without the use of this provided Client Library.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pyaim has a low active ecosystem.
              It has 14 star(s) with 3 fork(s). There are 8 watchers for this library.
              There were 3 major release(s) in the last 6 months.
              There are 3 open issues and 13 have been closed. On average issues are closed in 37 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of pyaim is 1.5.3

            kandi-Quality Quality

              pyaim has 4 bugs (0 blocker, 0 critical, 4 major, 0 minor) and 22 code smells.

            kandi-Security Security

              pyaim has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              pyaim code analysis shows 1 unresolved vulnerabilities (0 blocker, 1 critical, 0 major, 0 minor).
              There are 1 security hotspots that need review.

            kandi-License License

              pyaim is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              pyaim releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              It has 258 lines of code, 15 functions and 9 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed pyaim and discovered the below as its top functions. This is intended to give you an instant insight into pyaim implemented functionality, and help decide if they suit your requirements.
            • Gets the password .
            • Check the AIM Web Service .
            • Initialize the CLIPassword SDK .
            Get all kandi verified functions for this library.

            pyaim Key Features

            No Key Features are available at this moment for pyaim.

            pyaim Examples and Code Snippets

            pyAIM ,Usage,Retrieve Account - GetPassword()
            Pythondot img1Lines of Code : 21dot img1License : Permissive (MIT)
            copy iconCopy
            from pyaim import CLIPasswordSDK
            
            aimcp = CLIPasswordSDK('/opt/CARKaim/sdk/clipasswordsdk')
            response = aimcp.GetPassword(appid='appID',safe='safeName',object='objectName',output='PassProps.Username,Password')
            
            print('Full Response: {}'.format(respons  
            pyAIM ,Usage,Check AIMWebService Availability - check_service()
            Pythondot img2Lines of Code : 5dot img2License : Permissive (MIT)
            copy iconCopy
            from pyaim import CCPPasswordREST
            
            aimccp = CCPPasswordREST('https://ccp.cyberarkdemo.example', verify=True) # set verify=False to ignore SSL
            service_status = aimccp.check_service()
            print(service_status)
              

            Community Discussions

            No Community Discussions are available at this moment for pyaim.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pyaim

            You can install using 'pip install pyaim' or download it from GitHub, PyPI.
            You can use pyaim like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For the time being, only internal CyberArk contributions are being considered. Feel free to report any feature requests or bugs on the GitHub Issues page. Keep checking back for an update regarding open Contributions in the near future.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install pyaim

          • CLONE
          • HTTPS

            https://github.com/infamousjoeg/pyaim.git

          • CLI

            gh repo clone infamousjoeg/pyaim

          • sshUrl

            git@github.com:infamousjoeg/pyaim.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link