Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.25 KB

File metadata and controls

46 lines (40 loc) · 1.25 KB

Akeyless::SraSessionEntryOut

Properties

Name Type Description Notes
access_id String [optional]
client_type String [optional]
cluster_unique_id Integer [optional]
connection_type String [optional]
end_time Time [optional]
error_msg String [optional]
gateway_info GatewayNameInfo [optional]
instance_id String [optional]
secret_name String [optional]
session_id String [optional]
start_time Time [optional]
status String [optional]
target_host String [optional]
ttl String [optional]
user_identifier String [optional]

Example

require 'akeyless'

instance = Akeyless::SraSessionEntryOut.new(
  access_id: null,
  client_type: null,
  cluster_unique_id: null,
  connection_type: null,
  end_time: null,
  error_msg: null,
  gateway_info: null,
  instance_id: null,
  secret_name: null,
  session_id: null,
  start_time: null,
  status: null,
  target_host: null,
  ttl: null,
  user_identifier: null
)