Method: Akeyless::CreateSecret#protection_key
- Defined in:
- lib/akeyless/models/create_secret.rb
#protection_key ⇒ Object
The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
61 62 63 |
# File 'lib/akeyless/models/create_secret.rb', line 61 def protection_key @protection_key end |