Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 414 Bytes

File metadata and controls

20 lines (14 loc) · 414 Bytes

Akeyless::VaultAddress

Properties

Name Type Description Notes
access_id String The access-id used to resolve the tenant URLs [optional]
json Boolean Set output format to JSON [optional][default to false]

Example

require 'akeyless'

instance = Akeyless::VaultAddress.new(
  access_id: null,
  json: null
)