Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 447 Bytes

WebBastionRdpRecord.md

File metadata and controls

22 lines (16 loc) · 447 Bytes

Akeyless::WebBastionRdpRecord

Properties

Name Type Description Notes
aws AwsStorage [optional]
azure AzureStorage [optional]
storage_type String [optional]

Example

require 'akeyless'

instance = Akeyless::WebBastionRdpRecord.new(
  aws: null,
  azure: null,
  storage_type: null
)