Method: Akeyless::DynamicSecretCreateMongoDb#hash
- Defined in:
- lib/akeyless/models/dynamic_secret_create_mongo_db.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
439 440 441 |
# File 'lib/akeyless/models/dynamic_secret_create_mongo_db.rb', line 439 def hash [custom_username_template, delete_protection, description, item_custom_fields, json, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_default_auth_db, mongodb_host_port, mongodb_name, mongodb_password, mongodb_roles, mongodb_scopes, mongodb_server_uri, , mongodb_username, name, password_length, producer_encryption_key_name, secure_access_bastion_issuer, secure_access_certificate_issuer, secure_access_db_name, secure_access_delay, secure_access_enable, secure_access_host, secure_access_web, , target_name, token, uid_token, user_ttl].hash end |