Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.98 KB

File metadata and controls

37 lines (33 loc) · 2.98 KB

akeyless.Model.DynamicSecretCreateRabbitMq

dynamicSecretCreateRabbitMq is a command that creates rabbitmq 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]
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]
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]
ProducerEncryptionKeyName string Dynamic producer encryption key [optional]
RabbitmqAdminPwd string RabbitMQ Admin password [optional]
RabbitmqAdminUser string RabbitMQ Admin User [optional]
RabbitmqServerUri string Server URI [optional]
RabbitmqUserConfPermission string User configuration permission [optional]
RabbitmqUserReadPermission string User read permission [optional]
RabbitmqUserTags string User Tags [optional]
RabbitmqUserVhost string User Virtual Host [optional]
RabbitmqUserWritePermission string User write permission [optional]
SecureAccessEnable string Enable/Disable secure remote access [true/false] [optional]
SecureAccessUrl string Destination URL to inject secrets [optional]
SecureAccessWeb bool Enable Web Secure Remote Access [optional] [default to true]
SecureAccessWebBrowsing bool Secure browser via Akeyless's Secure Remote Access (SRA) [optional] [default to false]
SecureAccessWebProxy bool Web-Proxy via Akeyless's Secure Remote Access (SRA) [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]