Akeyless::DynamicSecretCreateSnowflake
Name
Type
Description
Notes
account
String
Account name
[optional]
account_password
String
Database Password
[optional]
account_username
String
Database Username
[optional]
auth_mode
String
The authentication mode for the temporary user [password/key]
[optional][default to 'password']
custom_username_template
String
Customize how temporary usernames are generated using go template
[optional]
db_name
String
Database name
[optional]
delete_protection
String
Protection from accidental deletion of this object [true/false]
[optional]
description
String
Description of the object
[optional]
item_custom_fields
Hash<String, String>
Additional custom fields to associate with the item
[optional]
json
Boolean
Set output format to JSON
[optional][default to false]
key_algo
String
[optional]
name
String
Dynamic secret name
password_length
String
The length of the password to be generated
[optional]
private_key
String
RSA Private key (base64 encoded)
[optional]
private_key_passphrase
String
The Private key passphrase
[optional]
role
String
User role
[optional]
tags
Array<String>
Add tags attached to this object
[optional]
target_name
String
Target name
[optional]
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
user_ttl
String
User TTL
[optional][default to '24h']
warehouse
String
Warehouse name
[optional]
require 'akeyless'
instance = Akeyless ::DynamicSecretCreateSnowflake . new (
account : null ,
account_password : null ,
account_username : null ,
auth_mode : null ,
custom_username_template : null ,
db_name : null ,
delete_protection : null ,
description : null ,
item_custom_fields : null ,
json : null ,
key_algo : null ,
name : null ,
password_length : null ,
private_key : null ,
private_key_passphrase : null ,
role : null ,
tags : null ,
target_name : null ,
token : null ,
uid_token : null ,
user_ttl : null ,
warehouse : null
)