Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.78 KB

DynamicSecretUpdateSnowflake.md

File metadata and controls

29 lines (25 loc) · 1.78 KB

akeyless.Model.DynamicSecretUpdateSnowflake

GatewayUpdateProducerSnowflakeCmd is a command that updates a Snowflake dynamic secret

Properties

Name Type Description Notes
Account string Account name [optional]
AccountPassword string Database Password [optional]
AccountUsername string Database Username [optional]
DbName string Database name [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Dynamic secret name
NewName string Dynamic secret name [optional]
PasswordLength string The length of the password to be generated [optional]
PrivateKey string RSA Private key (base64 encoded) [optional]
PrivateKeyPassphrase string The Private key passphrase [optional]
Role string User role [optional]
Tags List<string> Add tags attached to this object [optional]
TargetName string Target name [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
UserTtl string User TTL [optional] [default to "24h"]
Warehouse string Warehouse name [optional]

[Back to Model list] [Back to API list] [Back to README]