Class: Vault::Transform::Role
- Defined in:
- lib/vault/api/transform/role.rb
Instance Attribute Summary collapse
-
#transformations ⇒ Array<String>
readonly
Array of all transformations the role has access to.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#transformations ⇒ Array<String> (readonly)
Array of all transformations the role has access to
13 |
# File 'lib/vault/api/transform/role.rb', line 13 field :transformations |