Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 466 Bytes

UscGetSecretOutput.md

File metadata and controls

24 lines (18 loc) · 466 Bytes

Akeyless::UscGetSecretOutput

Properties

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

Example

require 'akeyless'

instance = Akeyless::UscGetSecretOutput.new(
  binary_value: null,
  metadata: null,
  name: null,
  value: null
)