Class: Vault::Audit

Inherits:
Response show all
Defined in:
lib/vault/api/sys/audit.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Response

#==, decode, #initialize, #to_h

Constructor Details

This class inherits a constructor from Vault::Response

Instance Attribute Details

#descriptionString (readonly)

Description of the audit backend.

Returns:

  • (String)


8
# File 'lib/vault/api/sys/audit.rb', line 8

field :description

#optionsHash<Symbol, Object> (readonly)

Map of options configured to the audit backend.

Returns:

  • (Hash<Symbol, Object>)


13
# File 'lib/vault/api/sys/audit.rb', line 13

field :options

#typeString (readonly)

Name of the audit backend.

Returns:

  • (String)


18
# File 'lib/vault/api/sys/audit.rb', line 18

field :type