Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 519 Bytes

ImportPasswordsOutput.md

File metadata and controls

24 lines (18 loc) · 519 Bytes

Akeyless::ImportPasswordsOutput

Properties

Name Type Description Notes
imported Integer [optional]
passwords_in_file Integer [optional]
successfully_parsed Integer [optional]
updated Integer [optional]

Example

require 'akeyless'

instance = Akeyless::ImportPasswordsOutput.new(
  imported: null,
  passwords_in_file: null,
  successfully_parsed: null,
  updated: null
)