Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 757 Bytes

File metadata and controls

30 lines (24 loc) · 757 Bytes

Akeyless::WebBastionRdpRecord

Properties

Name Type Description Notes
aws AwsStorage [optional]
azure AzureStorage [optional]
compress Boolean [optional]
encryption_key String [optional]
netapp NetappStorage [optional]
recording_quality String [optional]
storage_type String [optional]

Example

require 'akeyless'

instance = Akeyless::WebBastionRdpRecord.new(
  aws: null,
  azure: null,
  compress: null,
  encryption_key: null,
  netapp: null,
  recording_quality: null,
  storage_type: null
)