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.
8 |
# File 'lib/vault/api/sys/audit.rb', line 8 field :description |
#options ⇒ Hash<Symbol, Object> (readonly)
Map of options configured to the audit backend.
13 |
# File 'lib/vault/api/sys/audit.rb', line 13 field :options |
#type ⇒ String (readonly)
Name of the audit backend.
18 |
# File 'lib/vault/api/sys/audit.rb', line 18 field :type |