Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 475 Bytes

AuthMethodCreateOutput.md

File metadata and controls

24 lines (18 loc) · 475 Bytes

Akeyless::AuthMethodCreateOutput

Properties

Name Type Description Notes
access_id String [optional]
access_key String [optional]
name String [optional]
prv_key String [optional]

Example

require 'akeyless'

instance = Akeyless::AuthMethodCreateOutput.new(
  access_id: null,
  access_key: null,
  name: null,
  prv_key: null
)