Method: Akeyless::CreateESM.attribute_map
- Defined in:
- lib/akeyless/models/create_esm.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/akeyless/models/create_esm.rb', line 50 def self.attribute_map { :'azure_kv_name' => :'azure-kv-name', :'delete_protection' => :'delete_protection', :'description' => :'description', :'json' => :'json', :'k8s_namespace' => :'k8s-namespace', :'name' => :'name', :'tags' => :'tags', :'target_to_associate' => :'target-to-associate', :'token' => :'token', :'uid_token' => :'uid-token' } end |