Class: Vault::Auth

Inherits:
Response show all
Defined in:
lib/vault/api/sys/auth.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 auth backend.

Returns:

  • (String)


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

field :description

#typeString (readonly)

Name of the auth backend.

Returns:

  • (String)


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

field :type