Class: Vault::Policy
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Name of the policy.
-
#rules ⇒ String
readonly
Raw HCL policy.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#name ⇒ String (readonly)
Name of the policy.
12 |
# File 'lib/vault/api/sys/policy.rb', line 12 field :name |
#rules ⇒ String (readonly)
Raw HCL policy.
21 |
# File 'lib/vault/api/sys/policy.rb', line 21 field :rules |