Class: Vault::Transform::Template

Inherits:
Response
  • Object
show all
Defined in:
lib/vault/api/transform/template.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

#alphabetString (readonly)

Name of the alphabet to be used in the template

Returns:

  • (String)


10
# File 'lib/vault/api/transform/template.rb', line 10

field :alphabet

#patternString (readonly)

Regex string to detect and match for the template

Returns:

  • (String)


15
# File 'lib/vault/api/transform/template.rb', line 15

field :pattern

#typeString (readonly)

Type of the template, currently, only “regex” is supported

Returns:

  • (String)


20
# File 'lib/vault/api/transform/template.rb', line 20

field :type