Class: Vault::Auth
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Description of the auth backend.
-
#type ⇒ String
readonly
Name of the auth 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 auth backend.
8 |
# File 'lib/vault/api/sys/auth.rb', line 8 field :description |
#type ⇒ String (readonly)
Name of the auth backend.
13 |
# File 'lib/vault/api/sys/auth.rb', line 13 field :type |