Name |
Type |
Description |
Notes |
json |
Boolean |
Set output format to JSON |
[optional][default to false] |
namespace |
String |
The namespace (relevant for Hashi vault target) |
[optional] |
secret_id |
String |
The secret id (or name, for AWS, Azure, K8s or Hashi vault targets) to get from the Universal Secrets Connector |
|
token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
uid_token |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
usc_name |
String |
Name of the Universal Secrets Connector item |
|
version_id |
String |
The version id (if not specified, will retrieve the last version) |
[optional] |
require 'akeyless'
instance = Akeyless::UscGet.new(
json: null,
namespace: null,
secret_id: null,
token: null,
uid_token: null,
usc_name: null,
version_id: null
)