cyberark / conjur-api-python

Python client for the CyberArk Conjur API
Apache License 2.0
8 stars 3 forks source link

Add support for Show Resource endpoint #31

Closed szh closed 2 years ago

szh commented 2 years ago

Desired Outcome

Add support for the Show a Resource REST API endpoint.

Implemented Changes

Added a get_resource method to the Client and Api classes which invokes the resources/{account}/{kind}/{identifier} url on the Conjur server.

Connected Issue/Story

Supports CyberArk internal issue: ONYX-23088

Changelog

Test coverage

Documentation

Behavior

Security