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)


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

field :description

#typeString (readonly)

Name of the auth backend.

Returns:

  • (String)


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

field :type