Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 594 Bytes

File metadata and controls

28 lines (22 loc) · 594 Bytes

Akeyless::EsmGetSecretOutput

Properties

Name Type Description Notes
binary_value Boolean [optional]
encryption_key String [optional]
id String [optional]
metadata Object [optional]
name String [optional]
value String [optional]

Example

require 'akeyless'

instance = Akeyless::EsmGetSecretOutput.new(
  binary_value: null,
  encryption_key: null,
  id: null,
  metadata: null,
  name: null,
  value: null
)