1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. DynamicSecretRabbitmq
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
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:

    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretRabbitmqId string
    The ID of this resource.
    ItemCustomFields Dictionary<string, string>
    Additional custom fields to associate with the item
    Name string
    Dynamic secret name
    PasswordLength string
    The length of the password to be generated
    ProducerEncryptionKeyName string
    Dynamic producer encryption key
    RabbitmqAdminPwd string
    RabbitMQ Admin password
    RabbitmqAdminUser string
    RabbitMQ Admin User
    RabbitmqServerUri string
    Server URI
    RabbitmqUserConfPermission string
    User configuration permission
    RabbitmqUserReadPermission string
    User read permission
    RabbitmqUserTags string
    User Tags
    RabbitmqUserVhost string
    User Virtual Host
    RabbitmqUserWritePermission string
    User write permission
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags List<string>
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretRabbitmqId string
    The ID of this resource.
    ItemCustomFields map[string]string
    Additional custom fields to associate with the item
    Name string
    Dynamic secret name
    PasswordLength string
    The length of the password to be generated
    ProducerEncryptionKeyName string
    Dynamic producer encryption key
    RabbitmqAdminPwd string
    RabbitMQ Admin password
    RabbitmqAdminUser string
    RabbitMQ Admin User
    RabbitmqServerUri string
    Server URI
    RabbitmqUserConfPermission string
    User configuration permission
    RabbitmqUserReadPermission string
    User read permission
    RabbitmqUserTags string
    User Tags
    RabbitmqUserVhost string
    User Virtual Host
    RabbitmqUserWritePermission string
    User write permission
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags []string
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_rabbitmq_id string
    The ID of this resource.
    item_custom_fields map(string)
    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_key_name string
    Dynamic producer encryption key
    rabbitmq_admin_pwd string
    RabbitMQ Admin password
    rabbitmq_admin_user string
    RabbitMQ Admin User
    rabbitmq_server_uri string
    Server URI
    rabbitmq_user_conf_permission string
    User configuration permission
    rabbitmq_user_read_permission string
    User read permission
    rabbitmq_user_tags string
    User Tags
    rabbitmq_user_vhost string
    User Virtual Host
    rabbitmq_user_write_permission string
    User write permission
    secure_access_enable string
    Enable/Disable secure remote access [true/false]
    secure_access_url string
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags list(string)
    Add tags attached to this object
    target_name string
    Target name
    user_ttl string
    User TTL
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretRabbitmqId String
    The ID of this resource.
    itemCustomFields Map<String,String>
    Additional custom fields to associate with the item
    name String
    Dynamic secret name
    passwordLength String
    The length of the password to be generated
    producerEncryptionKeyName String
    Dynamic producer encryption key
    rabbitmqAdminPwd String
    RabbitMQ Admin password
    rabbitmqAdminUser String
    RabbitMQ Admin User
    rabbitmqServerUri String
    Server URI
    rabbitmqUserConfPermission String
    User configuration permission
    rabbitmqUserReadPermission String
    User read permission
    rabbitmqUserTags String
    User Tags
    rabbitmqUserVhost String
    User Virtual Host
    rabbitmqUserWritePermission String
    User write permission
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags List<String>
    Add tags attached to this object
    targetName String
    Target name
    userTtl String
    User TTL
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    dynamicSecretRabbitmqId string
    The ID of this resource.
    itemCustomFields {[key: string]: string}
    Additional custom fields to associate with the item
    name string
    Dynamic secret name
    passwordLength string
    The length of the password to be generated
    producerEncryptionKeyName string
    Dynamic producer encryption key
    rabbitmqAdminPwd string
    RabbitMQ Admin password
    rabbitmqAdminUser string
    RabbitMQ Admin User
    rabbitmqServerUri string
    Server URI
    rabbitmqUserConfPermission string
    User configuration permission
    rabbitmqUserReadPermission string
    User read permission
    rabbitmqUserTags string
    User Tags
    rabbitmqUserVhost string
    User Virtual Host
    rabbitmqUserWritePermission string
    User write permission
    secureAccessEnable string
    Enable/Disable secure remote access [true/false]
    secureAccessUrl string
    Destination URL to inject secrets
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags string[]
    Add tags attached to this object
    targetName string
    Target name
    userTtl string
    User TTL
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_rabbitmq_id str
    The ID of this resource.
    item_custom_fields Mapping[str, str]
    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_key_name str
    Dynamic producer encryption key
    rabbitmq_admin_pwd str
    RabbitMQ Admin password
    rabbitmq_admin_user str
    RabbitMQ Admin User
    rabbitmq_server_uri str
    Server URI
    rabbitmq_user_conf_permission str
    User configuration permission
    rabbitmq_user_read_permission str
    User read permission
    rabbitmq_user_tags str
    User Tags
    rabbitmq_user_vhost str
    User Virtual Host
    rabbitmq_user_write_permission str
    User write permission
    secure_access_enable str
    Enable/Disable secure remote access [true/false]
    secure_access_url str
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags Sequence[str]
    Add tags attached to this object
    target_name str
    Target name
    user_ttl str
    User TTL
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretRabbitmqId String
    The ID of this resource.
    itemCustomFields Map<String>
    Additional custom fields to associate with the item
    name String
    Dynamic secret name
    passwordLength String
    The length of the password to be generated
    producerEncryptionKeyName String
    Dynamic producer encryption key
    rabbitmqAdminPwd String
    RabbitMQ Admin password
    rabbitmqAdminUser String
    RabbitMQ Admin User
    rabbitmqServerUri String
    Server URI
    rabbitmqUserConfPermission String
    User configuration permission
    rabbitmqUserReadPermission String
    User read permission
    rabbitmqUserTags String
    User Tags
    rabbitmqUserVhost String
    User Virtual Host
    rabbitmqUserWritePermission String
    User write permission
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags List<String>
    Add tags attached to this object
    targetName String
    Target name
    userTtl 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) -> DynamicSecretRabbitmq
    func 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.
    The following state arguments are supported:
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretRabbitmqId string
    The ID of this resource.
    ItemCustomFields Dictionary<string, string>
    Additional custom fields to associate with the item
    Name string
    Dynamic secret name
    PasswordLength string
    The length of the password to be generated
    ProducerEncryptionKeyName string
    Dynamic producer encryption key
    RabbitmqAdminPwd string
    RabbitMQ Admin password
    RabbitmqAdminUser string
    RabbitMQ Admin User
    RabbitmqServerUri string
    Server URI
    RabbitmqUserConfPermission string
    User configuration permission
    RabbitmqUserReadPermission string
    User read permission
    RabbitmqUserTags string
    User Tags
    RabbitmqUserVhost string
    User Virtual Host
    RabbitmqUserWritePermission string
    User write permission
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags List<string>
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretRabbitmqId string
    The ID of this resource.
    ItemCustomFields map[string]string
    Additional custom fields to associate with the item
    Name string
    Dynamic secret name
    PasswordLength string
    The length of the password to be generated
    ProducerEncryptionKeyName string
    Dynamic producer encryption key
    RabbitmqAdminPwd string
    RabbitMQ Admin password
    RabbitmqAdminUser string
    RabbitMQ Admin User
    RabbitmqServerUri string
    Server URI
    RabbitmqUserConfPermission string
    User configuration permission
    RabbitmqUserReadPermission string
    User read permission
    RabbitmqUserTags string
    User Tags
    RabbitmqUserVhost string
    User Virtual Host
    RabbitmqUserWritePermission string
    User write permission
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags []string
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_rabbitmq_id string
    The ID of this resource.
    item_custom_fields map(string)
    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_key_name string
    Dynamic producer encryption key
    rabbitmq_admin_pwd string
    RabbitMQ Admin password
    rabbitmq_admin_user string
    RabbitMQ Admin User
    rabbitmq_server_uri string
    Server URI
    rabbitmq_user_conf_permission string
    User configuration permission
    rabbitmq_user_read_permission string
    User read permission
    rabbitmq_user_tags string
    User Tags
    rabbitmq_user_vhost string
    User Virtual Host
    rabbitmq_user_write_permission string
    User write permission
    secure_access_enable string
    Enable/Disable secure remote access [true/false]
    secure_access_url string
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags list(string)
    Add tags attached to this object
    target_name string
    Target name
    user_ttl string
    User TTL
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretRabbitmqId String
    The ID of this resource.
    itemCustomFields Map<String,String>
    Additional custom fields to associate with the item
    name String
    Dynamic secret name
    passwordLength String
    The length of the password to be generated
    producerEncryptionKeyName String
    Dynamic producer encryption key
    rabbitmqAdminPwd String
    RabbitMQ Admin password
    rabbitmqAdminUser String
    RabbitMQ Admin User
    rabbitmqServerUri String
    Server URI
    rabbitmqUserConfPermission String
    User configuration permission
    rabbitmqUserReadPermission String
    User read permission
    rabbitmqUserTags String
    User Tags
    rabbitmqUserVhost String
    User Virtual Host
    rabbitmqUserWritePermission String
    User write permission
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags List<String>
    Add tags attached to this object
    targetName String
    Target name
    userTtl String
    User TTL
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    dynamicSecretRabbitmqId string
    The ID of this resource.
    itemCustomFields {[key: string]: string}
    Additional custom fields to associate with the item
    name string
    Dynamic secret name
    passwordLength string
    The length of the password to be generated
    producerEncryptionKeyName string
    Dynamic producer encryption key
    rabbitmqAdminPwd string
    RabbitMQ Admin password
    rabbitmqAdminUser string
    RabbitMQ Admin User
    rabbitmqServerUri string
    Server URI
    rabbitmqUserConfPermission string
    User configuration permission
    rabbitmqUserReadPermission string
    User read permission
    rabbitmqUserTags string
    User Tags
    rabbitmqUserVhost string
    User Virtual Host
    rabbitmqUserWritePermission string
    User write permission
    secureAccessEnable string
    Enable/Disable secure remote access [true/false]
    secureAccessUrl string
    Destination URL to inject secrets
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags string[]
    Add tags attached to this object
    targetName string
    Target name
    userTtl string
    User TTL
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_rabbitmq_id str
    The ID of this resource.
    item_custom_fields Mapping[str, str]
    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_key_name str
    Dynamic producer encryption key
    rabbitmq_admin_pwd str
    RabbitMQ Admin password
    rabbitmq_admin_user str
    RabbitMQ Admin User
    rabbitmq_server_uri str
    Server URI
    rabbitmq_user_conf_permission str
    User configuration permission
    rabbitmq_user_read_permission str
    User read permission
    rabbitmq_user_tags str
    User Tags
    rabbitmq_user_vhost str
    User Virtual Host
    rabbitmq_user_write_permission str
    User write permission
    secure_access_enable str
    Enable/Disable secure remote access [true/false]
    secure_access_url str
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags Sequence[str]
    Add tags attached to this object
    target_name str
    Target name
    user_ttl str
    User TTL
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretRabbitmqId String
    The ID of this resource.
    itemCustomFields Map<String>
    Additional custom fields to associate with the item
    name String
    Dynamic secret name
    passwordLength String
    The length of the password to be generated
    producerEncryptionKeyName String
    Dynamic producer encryption key
    rabbitmqAdminPwd String
    RabbitMQ Admin password
    rabbitmqAdminUser String
    RabbitMQ Admin User
    rabbitmqServerUri String
    Server URI
    rabbitmqUserConfPermission String
    User configuration permission
    rabbitmqUserReadPermission String
    User read permission
    rabbitmqUserTags String
    User Tags
    rabbitmqUserVhost String
    User Virtual Host
    rabbitmqUserWritePermission String
    User write permission
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags List<String>
    Add tags attached to this object
    targetName String
    Target name
    userTtl String
    User TTL

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.