Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

CreateAuthMethodLDAPOutput.md

File metadata and controls

20 lines (14 loc) · 359 Bytes

Akeyless::CreateAuthMethodLDAPOutput

Properties

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

Example

require 'akeyless'

instance = Akeyless::CreateAuthMethodLDAPOutput.new(
  access_id: null,
  prv_key: null
)