Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.21 KB

GetDynamicSecretValue.md

File metadata and controls

32 lines (26 loc) · 1.21 KB

Akeyless::GetDynamicSecretValue

Properties

Name Type Description Notes
args Array<String> Optional arguments as key=value pairs or JSON strings, e.g - \&quot;--args=csr=base64_encoded_csr --args=common_name=bar\&quot; or args='{\&quot;csr\&quot;:\&quot;base64_encoded_csr\&quot;}. It is possible to combine both formats.' [optional]
host String Host [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Dynamic secret name
target String Target Name [optional]
timeout Integer Timeout in seconds [optional][default to 15]
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::GetDynamicSecretValue.new(
  args: null,
  host: null,
  json: null,
  name: null,
  target: null,
  timeout: null,
  token: null,
  uid_token: null
)