Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 494 Bytes

ListSraSessionsOutput.md

File metadata and controls

22 lines (16 loc) · 494 Bytes

Akeyless::ListSraSessionsOutput

Properties

Name Type Description Notes
allowed_gateways Array<String> [optional]
next_page String [optional]
sessions Array<SraSessionEntryOut> [optional]

Example

require 'akeyless'

instance = Akeyless::ListSraSessionsOutput.new(
  allowed_gateways: null,
  next_page: null,
  sessions: null
)