| 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] |
require 'akeyless'
instance = Akeyless::VaultAddress.new(
access_id: null,
json: null
)