| custom_username_template |
String |
Customize how temporary usernames are generated using go template |
[optional] |
| delete_protection |
String |
Protection from accidental deletion of this object [true/false] |
[optional] |
| description |
String |
Description of the object |
[optional] |
| input_rule |
Array<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] |
| 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] |
| mongodb_atlas_api_private_key |
String |
MongoDB Atlas private key |
[optional] |
| mongodb_atlas_api_public_key |
String |
MongoDB Atlas public key |
[optional] |
| mongodb_atlas_project_id |
String |
MongoDB Atlas project ID |
[optional] |
| mongodb_custom_data |
String |
MongoDB custom data |
[optional] |
| mongodb_default_auth_db |
String |
MongoDB server default authentication database |
[optional] |
| mongodb_host_port |
String |
MongoDB server host and port |
[optional] |
| mongodb_name |
String |
MongoDB Name |
[optional] |
| mongodb_password |
String |
MongoDB server password. You will prompted to provide a password if it will not appear in CLI parameters |
[optional] |
| mongodb_roles |
String |
MongoDB Roles |
[optional][default to '[]'] |
| mongodb_scopes |
String |
MongoDB Scopes (Atlas only) |
[optional] |
| mongodb_server_uri |
String |
MongoDB server URI |
[optional] |
| mongodb_uri_options |
String |
MongoDB server URI options |
[optional] |
| mongodb_username |
String |
MongoDB server username |
[optional] |
| name |
String |
Dynamic secret name |
|
| output_rule |
Array<String> |
Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) |
[optional] |
| password_length |
String |
The length of the password to be generated |
[optional] |
| producer_encryption_key_name |
String |
Encrypt producer with following key |
[optional] |
| secure_access_bastion_issuer |
String |
Deprecated. use secure-access-certificate-issuer |
[optional] |
| secure_access_certificate_issuer |
String |
Path to the SSH Certificate Issuer for your Akeyless Secure Access |
[optional] |
| secure_access_db_name |
String |
The DB name (relevant only for DB Dynamic-Secret) |
[optional] |
| secure_access_delay |
Integer |
The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds |
[optional] |
| secure_access_enable |
String |
Enable/Disable secure remote access [true/false] |
[optional] |
| secure_access_host |
Array<String> |
Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) |
[optional] |
| secure_access_web |
Boolean |
Enable Web Secure Remote Access |
[optional][default to false] |
| 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] |
| use_capital_letters |
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] |
| use_lower_letters |
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] |
| use_numbers |
String |
Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] |
[optional] |
| use_special_characters |
String |
|
[optional] |
| user_ttl |
String |
User TTL |
[optional][default to '60m'] |