Method: Akeyless::RotatedSecretCreateHanadb.attribute_map
- Defined in:
- lib/akeyless/models/rotated_secret_create_hanadb.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'lib/akeyless/models/rotated_secret_create_hanadb.rb', line 76 def self.attribute_map { :'authentication_credentials' => :'authentication-credentials', :'auto_rotate' => :'auto-rotate', :'delete_protection' => :'delete_protection', :'description' => :'description', :'json' => :'json', :'key' => :'key', :'max_versions' => :'max-versions', :'name' => :'name', :'password_length' => :'password-length', :'rotated_password' => :'rotated-password', :'rotated_username' => :'rotated-username', :'rotation_event_in' => :'rotation-event-in', :'rotation_hour' => :'rotation-hour', :'rotation_interval' => :'rotation-interval', :'rotator_type' => :'rotator-type', :'tags' => :'tags', :'target_name' => :'target-name', :'token' => :'token', :'uid_token' => :'uid-token' } end |