Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 768 Bytes

File metadata and controls

28 lines (22 loc) · 768 Bytes

Akeyless::BastionConfigReplyObj

Properties

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

Example

require 'akeyless'

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