Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.81 KB

DynamicSecretCreateMongoDb.md

File metadata and controls

37 lines (33 loc) · 2.81 KB

akeyless.Model.DynamicSecretCreateMongoDb

dynamicSecretCreateMongoDb is a command that creates either mongodb dynamic secret or mongodb atlas dynamic secret

Properties

Name Type Description Notes
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]
MongodbAtlasApiPrivateKey string MongoDB Atlas private key [optional]
MongodbAtlasApiPublicKey string MongoDB Atlas public key [optional]
MongodbAtlasProjectId string MongoDB Atlas project ID [optional]
MongodbCustomData string MongoDB custom data [optional]
MongodbDefaultAuthDb string MongoDB server default authentication database [optional]
MongodbHostPort string MongoDB server host and port [optional]
MongodbName string MongoDB Name [optional]
MongodbPassword string MongoDB server password. You will prompted to provide a password if it will not appear in CLI parameters [optional]
MongodbRoles string MongoDB Roles [optional] [default to "[]"]
MongodbServerUri string MongoDB server URI [optional]
MongodbUriOptions string MongoDB server URI options [optional]
MongodbUsername string MongoDB server username [optional]
Name string Dynamic secret name
PasswordLength string The length of the password to be generated [optional]
ProducerEncryptionKeyName string Encrypt producer with following key [optional]
SecureAccessBastionIssuer string Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
SecureAccessEnable string Enable/Disable secure remote access [true/false] [optional]
SecureAccessHost List<string> Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) [optional]
SecureAccessWeb bool Enable Web Secure Remote Access [optional] [default to false]
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 "60m"]

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