Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 3.18 KB

File metadata and controls

38 lines (34 loc) · 3.18 KB

akeyless.Model.DynamicSecretCreateSnowflake

GatewayCreateProducerSnowflakeCmd is a command that creates a Snowflake dynamic secret

Properties

Name Type Description Notes
Account string Account name [optional]
AccountPassword string Database Password [optional]
AccountUsername string Database Username [optional]
AuthMode string The authentication mode for the temporary user [password/key] [optional] [default to "password"]
CustomUsernameTemplate string Customize how temporary usernames are generated using go template [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]
InputRule List<string> Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). [optional]
ItemCustomFields Dictionary<string, string> Additional custom fields to associate with the item [optional]
Json bool Set output format to JSON [optional] [default to false]
KeyAlgo string [optional]
Name string Dynamic secret name
OutputRule List<string> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [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]
UseCapitalLetters string Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] [optional]
UseLowerLetters string Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] [optional]
UseNumbers string Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] [optional]
UseSpecialCharacters string [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]