| 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] |
require 'akeyless'
instance = Akeyless::BastionConfigReplyObj.new(
cluster_id: null,
desktop_app: null,
gator_cluster_id: null,
global: null,
ssh_bastion: null,
web_bastion: null
)