| Name | Type | Description | Notes |
|---|---|---|---|
| allowed_gateways | Array<GatewayNameInfo> | [optional] | |
| next_page | String | [optional] | |
| sessions | Array<SraSessionEntryOut> | [optional] |
require 'akeyless'
instance = Akeyless::ListSraSessionsOutput.new(
allowed_gateways: null,
next_page: null,
sessions: null
)