Class: Vault::AuthConfig
Instance Attribute Summary collapse
-
#default_lease_ttl ⇒ String
readonly
The default time-to-live.
-
#max_lease_ttl ⇒ String
readonly
The maximum time-to-live.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#default_lease_ttl ⇒ String (readonly)
The default time-to-live.
20 |
# File 'lib/vault/api/sys/auth.rb', line 20 field :default_lease_ttl |
#max_lease_ttl ⇒ String (readonly)
The maximum time-to-live.
25 |
# File 'lib/vault/api/sys/auth.rb', line 25 field :max_lease_ttl |