published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
RabbitMQ dynamic secret resource
Create DynamicSecretRabbitmq Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DynamicSecretRabbitmq(name: string, args?: DynamicSecretRabbitmqArgs, opts?: CustomResourceOptions);@overload
def DynamicSecretRabbitmq(resource_name: str,
args: Optional[DynamicSecretRabbitmqArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DynamicSecretRabbitmq(resource_name: str,
opts: Optional[ResourceOptions] = None,
delete_protection: Optional[str] = None,
dynamic_secret_rabbitmq_id: Optional[str] = None,
item_custom_fields: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
producer_encryption_key_name: Optional[str] = None,
rabbitmq_admin_pwd: Optional[str] = None,
rabbitmq_admin_user: Optional[str] = None,
rabbitmq_server_uri: Optional[str] = None,
rabbitmq_user_conf_permission: Optional[str] = None,
rabbitmq_user_read_permission: Optional[str] = None,
rabbitmq_user_tags: Optional[str] = None,
rabbitmq_user_vhost: Optional[str] = None,
rabbitmq_user_write_permission: Optional[str] = None,
secure_access_enable: Optional[str] = None,
secure_access_url: Optional[str] = None,
secure_access_web: Optional[bool] = None,
secure_access_web_browsing: Optional[bool] = None,
secure_access_web_proxy: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None)func NewDynamicSecretRabbitmq(ctx *Context, name string, args *DynamicSecretRabbitmqArgs, opts ...ResourceOption) (*DynamicSecretRabbitmq, error)public DynamicSecretRabbitmq(string name, DynamicSecretRabbitmqArgs? args = null, CustomResourceOptions? opts = null)
public DynamicSecretRabbitmq(String name, DynamicSecretRabbitmqArgs args)
public DynamicSecretRabbitmq(String name, DynamicSecretRabbitmqArgs args, CustomResourceOptions options)
type: akeyless:DynamicSecretRabbitmq
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_dynamicsecretrabbitmq" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DynamicSecretRabbitmqArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DynamicSecretRabbitmqArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DynamicSecretRabbitmqArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DynamicSecretRabbitmqArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DynamicSecretRabbitmqArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var dynamicSecretRabbitmqResource = new Akeyless.DynamicSecretRabbitmq("dynamicSecretRabbitmqResource", new()
{
DeleteProtection = "string",
DynamicSecretRabbitmqId = "string",
ItemCustomFields =
{
{ "string", "string" },
},
Name = "string",
PasswordLength = "string",
ProducerEncryptionKeyName = "string",
RabbitmqAdminPwd = "string",
RabbitmqAdminUser = "string",
RabbitmqServerUri = "string",
RabbitmqUserConfPermission = "string",
RabbitmqUserReadPermission = "string",
RabbitmqUserTags = "string",
RabbitmqUserVhost = "string",
RabbitmqUserWritePermission = "string",
SecureAccessEnable = "string",
SecureAccessUrl = "string",
SecureAccessWeb = false,
SecureAccessWebBrowsing = false,
SecureAccessWebProxy = false,
Tags = new[]
{
"string",
},
TargetName = "string",
UserTtl = "string",
});
example, err := akeyless.NewDynamicSecretRabbitmq(ctx, "dynamicSecretRabbitmqResource", &akeyless.DynamicSecretRabbitmqArgs{
DeleteProtection: pulumi.String("string"),
DynamicSecretRabbitmqId: pulumi.String("string"),
ItemCustomFields: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
PasswordLength: pulumi.String("string"),
ProducerEncryptionKeyName: pulumi.String("string"),
RabbitmqAdminPwd: pulumi.String("string"),
RabbitmqAdminUser: pulumi.String("string"),
RabbitmqServerUri: pulumi.String("string"),
RabbitmqUserConfPermission: pulumi.String("string"),
RabbitmqUserReadPermission: pulumi.String("string"),
RabbitmqUserTags: pulumi.String("string"),
RabbitmqUserVhost: pulumi.String("string"),
RabbitmqUserWritePermission: pulumi.String("string"),
SecureAccessEnable: pulumi.String("string"),
SecureAccessUrl: pulumi.String("string"),
SecureAccessWeb: pulumi.Bool(false),
SecureAccessWebBrowsing: pulumi.Bool(false),
SecureAccessWebProxy: pulumi.Bool(false),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TargetName: pulumi.String("string"),
UserTtl: pulumi.String("string"),
})
resource "akeyless_dynamicsecretrabbitmq" "dynamicSecretRabbitmqResource" {
delete_protection = "string"
dynamic_secret_rabbitmq_id = "string"
item_custom_fields = {
"string" = "string"
}
name = "string"
password_length = "string"
producer_encryption_key_name = "string"
rabbitmq_admin_pwd = "string"
rabbitmq_admin_user = "string"
rabbitmq_server_uri = "string"
rabbitmq_user_conf_permission = "string"
rabbitmq_user_read_permission = "string"
rabbitmq_user_tags = "string"
rabbitmq_user_vhost = "string"
rabbitmq_user_write_permission = "string"
secure_access_enable = "string"
secure_access_url = "string"
secure_access_web = false
secure_access_web_browsing = false
secure_access_web_proxy = false
tags = ["string"]
target_name = "string"
user_ttl = "string"
}
var dynamicSecretRabbitmqResource = new DynamicSecretRabbitmq("dynamicSecretRabbitmqResource", DynamicSecretRabbitmqArgs.builder()
.deleteProtection("string")
.dynamicSecretRabbitmqId("string")
.itemCustomFields(Map.of("string", "string"))
.name("string")
.passwordLength("string")
.producerEncryptionKeyName("string")
.rabbitmqAdminPwd("string")
.rabbitmqAdminUser("string")
.rabbitmqServerUri("string")
.rabbitmqUserConfPermission("string")
.rabbitmqUserReadPermission("string")
.rabbitmqUserTags("string")
.rabbitmqUserVhost("string")
.rabbitmqUserWritePermission("string")
.secureAccessEnable("string")
.secureAccessUrl("string")
.secureAccessWeb(false)
.secureAccessWebBrowsing(false)
.secureAccessWebProxy(false)
.tags("string")
.targetName("string")
.userTtl("string")
.build());
dynamic_secret_rabbitmq_resource = akeyless.DynamicSecretRabbitmq("dynamicSecretRabbitmqResource",
delete_protection="string",
dynamic_secret_rabbitmq_id="string",
item_custom_fields={
"string": "string",
},
name="string",
password_length="string",
producer_encryption_key_name="string",
rabbitmq_admin_pwd="string",
rabbitmq_admin_user="string",
rabbitmq_server_uri="string",
rabbitmq_user_conf_permission="string",
rabbitmq_user_read_permission="string",
rabbitmq_user_tags="string",
rabbitmq_user_vhost="string",
rabbitmq_user_write_permission="string",
secure_access_enable="string",
secure_access_url="string",
secure_access_web=False,
secure_access_web_browsing=False,
secure_access_web_proxy=False,
tags=["string"],
target_name="string",
user_ttl="string")
const dynamicSecretRabbitmqResource = new akeyless.DynamicSecretRabbitmq("dynamicSecretRabbitmqResource", {
deleteProtection: "string",
dynamicSecretRabbitmqId: "string",
itemCustomFields: {
string: "string",
},
name: "string",
passwordLength: "string",
producerEncryptionKeyName: "string",
rabbitmqAdminPwd: "string",
rabbitmqAdminUser: "string",
rabbitmqServerUri: "string",
rabbitmqUserConfPermission: "string",
rabbitmqUserReadPermission: "string",
rabbitmqUserTags: "string",
rabbitmqUserVhost: "string",
rabbitmqUserWritePermission: "string",
secureAccessEnable: "string",
secureAccessUrl: "string",
secureAccessWeb: false,
secureAccessWebBrowsing: false,
secureAccessWebProxy: false,
tags: ["string"],
targetName: "string",
userTtl: "string",
});
type: akeyless:DynamicSecretRabbitmq
properties:
deleteProtection: string
dynamicSecretRabbitmqId: string
itemCustomFields:
string: string
name: string
passwordLength: string
producerEncryptionKeyName: string
rabbitmqAdminPwd: string
rabbitmqAdminUser: string
rabbitmqServerUri: string
rabbitmqUserConfPermission: string
rabbitmqUserReadPermission: string
rabbitmqUserTags: string
rabbitmqUserVhost: string
rabbitmqUserWritePermission: string
secureAccessEnable: string
secureAccessUrl: string
secureAccessWeb: false
secureAccessWebBrowsing: false
secureAccessWebProxy: false
tags:
- string
targetName: string
userTtl: string
DynamicSecretRabbitmq Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DynamicSecretRabbitmq resource accepts the following input properties:
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Dynamic
Secret stringRabbitmq Id - The ID of this resource.
- Item
Custom Dictionary<string, string>Fields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Producer
Encryption stringKey Name - Dynamic producer encryption key
- Rabbitmq
Admin stringPwd - RabbitMQ Admin password
- Rabbitmq
Admin stringUser - RabbitMQ Admin User
- Rabbitmq
Server stringUri - Server URI
- Rabbitmq
User stringConf Permission - User configuration permission
- Rabbitmq
User stringRead Permission - User read permission
- string
- User Tags
- Rabbitmq
User stringVhost - User Virtual Host
- Rabbitmq
User stringWrite Permission - User write permission
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access stringUrl - Destination URL to inject secrets
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- Secure
Access boolWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- List<string>
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Dynamic
Secret stringRabbitmq Id - The ID of this resource.
- Item
Custom map[string]stringFields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Producer
Encryption stringKey Name - Dynamic producer encryption key
- Rabbitmq
Admin stringPwd - RabbitMQ Admin password
- Rabbitmq
Admin stringUser - RabbitMQ Admin User
- Rabbitmq
Server stringUri - Server URI
- Rabbitmq
User stringConf Permission - User configuration permission
- Rabbitmq
User stringRead Permission - User read permission
- string
- User Tags
- Rabbitmq
User stringVhost - User Virtual Host
- Rabbitmq
User stringWrite Permission - User write permission
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access stringUrl - Destination URL to inject secrets
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- Secure
Access boolWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- []string
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- dynamic_
secret_ stringrabbitmq_ id - The ID of this resource.
- item_
custom_ map(string)fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- password_
length string - The length of the password to be generated
- producer_
encryption_ stringkey_ name - Dynamic producer encryption key
- rabbitmq_
admin_ stringpwd - RabbitMQ Admin password
- rabbitmq_
admin_ stringuser - RabbitMQ Admin User
- rabbitmq_
server_ stringuri - Server URI
- rabbitmq_
user_ stringconf_ permission - User configuration permission
- rabbitmq_
user_ stringread_ permission - User read permission
- string
- User Tags
- rabbitmq_
user_ stringvhost - User Virtual Host
- rabbitmq_
user_ stringwrite_ permission - User write permission
- secure_
access_ stringenable - Enable/Disable secure remote access [true/false]
- secure_
access_ stringurl - Destination URL to inject secrets
- secure_
access_ boolweb - Enable Web Secure Remote Access
- secure_
access_ boolweb_ browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure_
access_ boolweb_ proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- list(string)
- Add tags attached to this object
- target_
name string - Target name
- user_
ttl string - User TTL
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- dynamic
Secret StringRabbitmq Id - The ID of this resource.
- item
Custom Map<String,String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- producer
Encryption StringKey Name - Dynamic producer encryption key
- rabbitmq
Admin StringPwd - RabbitMQ Admin password
- rabbitmq
Admin StringUser - RabbitMQ Admin User
- rabbitmq
Server StringUri - Server URI
- rabbitmq
User StringConf Permission - User configuration permission
- rabbitmq
User StringRead Permission - User read permission
- String
- User Tags
- rabbitmq
User StringVhost - User Virtual Host
- rabbitmq
User StringWrite Permission - User write permission
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access StringUrl - Destination URL to inject secrets
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure
Access BooleanWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- List<String>
- Add tags attached to this object
- target
Name String - Target name
- user
Ttl String - User TTL
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- dynamic
Secret stringRabbitmq Id - The ID of this resource.
- item
Custom {[key: string]: string}Fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- producer
Encryption stringKey Name - Dynamic producer encryption key
- rabbitmq
Admin stringPwd - RabbitMQ Admin password
- rabbitmq
Admin stringUser - RabbitMQ Admin User
- rabbitmq
Server stringUri - Server URI
- rabbitmq
User stringConf Permission - User configuration permission
- rabbitmq
User stringRead Permission - User read permission
- string
- User Tags
- rabbitmq
User stringVhost - User Virtual Host
- rabbitmq
User stringWrite Permission - User write permission
- secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- secure
Access stringUrl - Destination URL to inject secrets
- secure
Access booleanWeb - Enable Web Secure Remote Access
- secure
Access booleanWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure
Access booleanWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- string[]
- Add tags attached to this object
- target
Name string - Target name
- user
Ttl string - User TTL
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- dynamic_
secret_ strrabbitmq_ id - The ID of this resource.
- item_
custom_ Mapping[str, str]fields - Additional custom fields to associate with the item
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- producer_
encryption_ strkey_ name - Dynamic producer encryption key
- rabbitmq_
admin_ strpwd - RabbitMQ Admin password
- rabbitmq_
admin_ struser - RabbitMQ Admin User
- rabbitmq_
server_ struri - Server URI
- rabbitmq_
user_ strconf_ permission - User configuration permission
- rabbitmq_
user_ strread_ permission - User read permission
- str
- User Tags
- rabbitmq_
user_ strvhost - User Virtual Host
- rabbitmq_
user_ strwrite_ permission - User write permission
- secure_
access_ strenable - Enable/Disable secure remote access [true/false]
- secure_
access_ strurl - Destination URL to inject secrets
- secure_
access_ boolweb - Enable Web Secure Remote Access
- secure_
access_ boolweb_ browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure_
access_ boolweb_ proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- Sequence[str]
- Add tags attached to this object
- target_
name str - Target name
- user_
ttl str - User TTL
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- dynamic
Secret StringRabbitmq Id - The ID of this resource.
- item
Custom Map<String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- producer
Encryption StringKey Name - Dynamic producer encryption key
- rabbitmq
Admin StringPwd - RabbitMQ Admin password
- rabbitmq
Admin StringUser - RabbitMQ Admin User
- rabbitmq
Server StringUri - Server URI
- rabbitmq
User StringConf Permission - User configuration permission
- rabbitmq
User StringRead Permission - User read permission
- String
- User Tags
- rabbitmq
User StringVhost - User Virtual Host
- rabbitmq
User StringWrite Permission - User write permission
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access StringUrl - Destination URL to inject secrets
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure
Access BooleanWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- List<String>
- Add tags attached to this object
- target
Name String - Target name
- user
Ttl String - User TTL
Outputs
All input properties are implicitly available as output properties. Additionally, the DynamicSecretRabbitmq resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing DynamicSecretRabbitmq Resource
Get an existing DynamicSecretRabbitmq resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DynamicSecretRabbitmqState, opts?: CustomResourceOptions): DynamicSecretRabbitmq@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
delete_protection: Optional[str] = None,
dynamic_secret_rabbitmq_id: Optional[str] = None,
item_custom_fields: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
producer_encryption_key_name: Optional[str] = None,
rabbitmq_admin_pwd: Optional[str] = None,
rabbitmq_admin_user: Optional[str] = None,
rabbitmq_server_uri: Optional[str] = None,
rabbitmq_user_conf_permission: Optional[str] = None,
rabbitmq_user_read_permission: Optional[str] = None,
rabbitmq_user_tags: Optional[str] = None,
rabbitmq_user_vhost: Optional[str] = None,
rabbitmq_user_write_permission: Optional[str] = None,
secure_access_enable: Optional[str] = None,
secure_access_url: Optional[str] = None,
secure_access_web: Optional[bool] = None,
secure_access_web_browsing: Optional[bool] = None,
secure_access_web_proxy: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None) -> DynamicSecretRabbitmqfunc GetDynamicSecretRabbitmq(ctx *Context, name string, id IDInput, state *DynamicSecretRabbitmqState, opts ...ResourceOption) (*DynamicSecretRabbitmq, error)public static DynamicSecretRabbitmq Get(string name, Input<string> id, DynamicSecretRabbitmqState? state, CustomResourceOptions? opts = null)public static DynamicSecretRabbitmq get(String name, Output<String> id, DynamicSecretRabbitmqState state, CustomResourceOptions options)resources: _: type: akeyless:DynamicSecretRabbitmq get: id: ${id}import {
to = akeyless_dynamicsecretrabbitmq.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Dynamic
Secret stringRabbitmq Id - The ID of this resource.
- Item
Custom Dictionary<string, string>Fields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Producer
Encryption stringKey Name - Dynamic producer encryption key
- Rabbitmq
Admin stringPwd - RabbitMQ Admin password
- Rabbitmq
Admin stringUser - RabbitMQ Admin User
- Rabbitmq
Server stringUri - Server URI
- Rabbitmq
User stringConf Permission - User configuration permission
- Rabbitmq
User stringRead Permission - User read permission
- string
- User Tags
- Rabbitmq
User stringVhost - User Virtual Host
- Rabbitmq
User stringWrite Permission - User write permission
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access stringUrl - Destination URL to inject secrets
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- Secure
Access boolWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- List<string>
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Dynamic
Secret stringRabbitmq Id - The ID of this resource.
- Item
Custom map[string]stringFields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Producer
Encryption stringKey Name - Dynamic producer encryption key
- Rabbitmq
Admin stringPwd - RabbitMQ Admin password
- Rabbitmq
Admin stringUser - RabbitMQ Admin User
- Rabbitmq
Server stringUri - Server URI
- Rabbitmq
User stringConf Permission - User configuration permission
- Rabbitmq
User stringRead Permission - User read permission
- string
- User Tags
- Rabbitmq
User stringVhost - User Virtual Host
- Rabbitmq
User stringWrite Permission - User write permission
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access stringUrl - Destination URL to inject secrets
- Secure
Access boolWeb - Enable Web Secure Remote Access
- Secure
Access boolWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- Secure
Access boolWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- []string
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- dynamic_
secret_ stringrabbitmq_ id - The ID of this resource.
- item_
custom_ map(string)fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- password_
length string - The length of the password to be generated
- producer_
encryption_ stringkey_ name - Dynamic producer encryption key
- rabbitmq_
admin_ stringpwd - RabbitMQ Admin password
- rabbitmq_
admin_ stringuser - RabbitMQ Admin User
- rabbitmq_
server_ stringuri - Server URI
- rabbitmq_
user_ stringconf_ permission - User configuration permission
- rabbitmq_
user_ stringread_ permission - User read permission
- string
- User Tags
- rabbitmq_
user_ stringvhost - User Virtual Host
- rabbitmq_
user_ stringwrite_ permission - User write permission
- secure_
access_ stringenable - Enable/Disable secure remote access [true/false]
- secure_
access_ stringurl - Destination URL to inject secrets
- secure_
access_ boolweb - Enable Web Secure Remote Access
- secure_
access_ boolweb_ browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure_
access_ boolweb_ proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- list(string)
- Add tags attached to this object
- target_
name string - Target name
- user_
ttl string - User TTL
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- dynamic
Secret StringRabbitmq Id - The ID of this resource.
- item
Custom Map<String,String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- producer
Encryption StringKey Name - Dynamic producer encryption key
- rabbitmq
Admin StringPwd - RabbitMQ Admin password
- rabbitmq
Admin StringUser - RabbitMQ Admin User
- rabbitmq
Server StringUri - Server URI
- rabbitmq
User StringConf Permission - User configuration permission
- rabbitmq
User StringRead Permission - User read permission
- String
- User Tags
- rabbitmq
User StringVhost - User Virtual Host
- rabbitmq
User StringWrite Permission - User write permission
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access StringUrl - Destination URL to inject secrets
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure
Access BooleanWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- List<String>
- Add tags attached to this object
- target
Name String - Target name
- user
Ttl String - User TTL
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- dynamic
Secret stringRabbitmq Id - The ID of this resource.
- item
Custom {[key: string]: string}Fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- producer
Encryption stringKey Name - Dynamic producer encryption key
- rabbitmq
Admin stringPwd - RabbitMQ Admin password
- rabbitmq
Admin stringUser - RabbitMQ Admin User
- rabbitmq
Server stringUri - Server URI
- rabbitmq
User stringConf Permission - User configuration permission
- rabbitmq
User stringRead Permission - User read permission
- string
- User Tags
- rabbitmq
User stringVhost - User Virtual Host
- rabbitmq
User stringWrite Permission - User write permission
- secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- secure
Access stringUrl - Destination URL to inject secrets
- secure
Access booleanWeb - Enable Web Secure Remote Access
- secure
Access booleanWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure
Access booleanWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- string[]
- Add tags attached to this object
- target
Name string - Target name
- user
Ttl string - User TTL
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- dynamic_
secret_ strrabbitmq_ id - The ID of this resource.
- item_
custom_ Mapping[str, str]fields - Additional custom fields to associate with the item
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- producer_
encryption_ strkey_ name - Dynamic producer encryption key
- rabbitmq_
admin_ strpwd - RabbitMQ Admin password
- rabbitmq_
admin_ struser - RabbitMQ Admin User
- rabbitmq_
server_ struri - Server URI
- rabbitmq_
user_ strconf_ permission - User configuration permission
- rabbitmq_
user_ strread_ permission - User read permission
- str
- User Tags
- rabbitmq_
user_ strvhost - User Virtual Host
- rabbitmq_
user_ strwrite_ permission - User write permission
- secure_
access_ strenable - Enable/Disable secure remote access [true/false]
- secure_
access_ strurl - Destination URL to inject secrets
- secure_
access_ boolweb - Enable Web Secure Remote Access
- secure_
access_ boolweb_ browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure_
access_ boolweb_ proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- Sequence[str]
- Add tags attached to this object
- target_
name str - Target name
- user_
ttl str - User TTL
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- dynamic
Secret StringRabbitmq Id - The ID of this resource.
- item
Custom Map<String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- producer
Encryption StringKey Name - Dynamic producer encryption key
- rabbitmq
Admin StringPwd - RabbitMQ Admin password
- rabbitmq
Admin StringUser - RabbitMQ Admin User
- rabbitmq
Server StringUri - Server URI
- rabbitmq
User StringConf Permission - User configuration permission
- rabbitmq
User StringRead Permission - User read permission
- String
- User Tags
- rabbitmq
User StringVhost - User Virtual Host
- rabbitmq
User StringWrite Permission - User write permission
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access StringUrl - Destination URL to inject secrets
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- secure
Access BooleanWeb Browsing - Secure browser via Akeyless's Secure Remote Access (SRA)
- secure
Access BooleanWeb Proxy - Web-Proxy via Akeyless's Secure Remote Access (SRA)
- List<String>
- Add tags attached to this object
- target
Name String - Target name
- user
Ttl String - User TTL
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
