Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 741 Bytes

BastionConfigReplyObj.md

File metadata and controls

28 lines (22 loc) · 741 Bytes

Akeyless::BastionConfigReplyObj

Properties

Name Type Description Notes
api_gateway_url String [optional]
cluster_id String [optional]
gator_cluster_id Integer [optional]
global BastionGlobalConf [optional]
ssh_bastion SshBastionConf [optional]
web_bastion WebBastionConf [optional]

Example

require 'akeyless'

instance = Akeyless::BastionConfigReplyObj.new(
  api_gateway_url: null,
  cluster_id: null,
  gator_cluster_id: null,
  global: null,
  ssh_bastion: null,
  web_bastion: null
)