Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 813 Bytes

File metadata and controls

26 lines (20 loc) · 813 Bytes

Akeyless::EsmGet

Properties

Name Type Description Notes
esm_name String Name of the External Secrets Manager item
json Boolean Set output format to JSON [optional][default to false]
secret_id String The secret id (or name, for AWS, Azure or K8s targets) to get from the External Secrets Manager
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::EsmGet.new(
  esm_name: null,
  json: null,
  secret_id: null,
  token: null,
  uid_token: null
)