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)


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

field :description

#optionsHash<Symbol, Object> (readonly)

Map of options configured to the audit backend.

Returns:

  • (Hash<Symbol, Object>)


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

field :options

#typeString (readonly)

Name of the audit backend.

Returns:

  • (String)


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

field :type