Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 319 Bytes

File metadata and controls

20 lines (14 loc) · 319 Bytes

Akeyless::DeriveKeyOutput

Properties

Name Type Description Notes
key String [optional]
salt String [optional]

Example

require 'akeyless'

instance = Akeyless::DeriveKeyOutput.new(
  key: null,
  salt: null
)