Class: Vault::Audit
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Description of the audit backend.
-
#options ⇒ Hash<Symbol, Object>
readonly
Map of options configured to the audit backend.
-
#type ⇒ String
readonly
Name of the audit backend.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#description ⇒ String (readonly)
Description of the audit backend.
11 |
# File 'lib/vault/api/sys/audit.rb', line 11 field :description |
#options ⇒ Hash<Symbol, Object> (readonly)
Map of options configured to the audit backend.
16 |
# File 'lib/vault/api/sys/audit.rb', line 16 field :options |
#type ⇒ String (readonly)
Name of the audit backend.
21 |
# File 'lib/vault/api/sys/audit.rb', line 21 field :type |