Closed szh closed 2 years ago
Add support for the Show a Resource REST API endpoint.
Added a get_resource method to the Client and Api classes which invokes the resources/{account}/{kind}/{identifier} url on the Conjur server.
get_resource
Client
Api
resources/{account}/{kind}/{identifier}
Supports CyberArk internal issue: ONYX-23088
README
Desired Outcome
Add support for the Show a Resource REST API endpoint.
Implemented Changes
Added a
get_resource
method to theClient
andApi
classes which invokes theresources/{account}/{kind}/{identifier}
url on the Conjur server.Connected Issue/Story
Supports CyberArk internal issue: ONYX-23088
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security