1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. DynamicSecretHanaDb
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

    HanaDb dynamic secret resource

    Create DynamicSecretHanaDb Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DynamicSecretHanaDb(name: string, args?: DynamicSecretHanaDbArgs, opts?: CustomResourceOptions);
    @overload
    def DynamicSecretHanaDb(resource_name: str,
                            args: Optional[DynamicSecretHanaDbArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def DynamicSecretHanaDb(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            custom_username_template: Optional[str] = None,
                            delete_protection: Optional[str] = None,
                            dynamic_secret_hana_db_id: Optional[str] = None,
                            hana_dbname: Optional[str] = None,
                            hanadb_create_statements: Optional[str] = None,
                            hanadb_host: Optional[str] = None,
                            hanadb_password: Optional[str] = None,
                            hanadb_port: Optional[str] = None,
                            hanadb_revocation_statements: Optional[str] = None,
                            hanadb_username: 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,
                            secure_access_certificate_issuer: Optional[str] = None,
                            secure_access_db_name: Optional[str] = None,
                            secure_access_db_schema: Optional[str] = None,
                            secure_access_enable: Optional[str] = None,
                            secure_access_hosts: Optional[Sequence[str]] = None,
                            secure_access_web: Optional[bool] = None,
                            tags: Optional[Sequence[str]] = None,
                            target_name: Optional[str] = None,
                            user_ttl: Optional[str] = None)
    func NewDynamicSecretHanaDb(ctx *Context, name string, args *DynamicSecretHanaDbArgs, opts ...ResourceOption) (*DynamicSecretHanaDb, error)
    public DynamicSecretHanaDb(string name, DynamicSecretHanaDbArgs? args = null, CustomResourceOptions? opts = null)
    public DynamicSecretHanaDb(String name, DynamicSecretHanaDbArgs args)
    public DynamicSecretHanaDb(String name, DynamicSecretHanaDbArgs args, CustomResourceOptions options)
    
    type: akeyless:DynamicSecretHanaDb
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_dynamicsecrethanadb" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DynamicSecretHanaDbArgs
    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 DynamicSecretHanaDbArgs
    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 DynamicSecretHanaDbArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DynamicSecretHanaDbArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DynamicSecretHanaDbArgs
    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 dynamicSecretHanaDbResource = new Akeyless.DynamicSecretHanaDb("dynamicSecretHanaDbResource", new()
    {
        CustomUsernameTemplate = "string",
        DeleteProtection = "string",
        DynamicSecretHanaDbId = "string",
        HanaDbname = "string",
        HanadbCreateStatements = "string",
        HanadbHost = "string",
        HanadbPassword = "string",
        HanadbPort = "string",
        HanadbRevocationStatements = "string",
        HanadbUsername = "string",
        ItemCustomFields = 
        {
            { "string", "string" },
        },
        Name = "string",
        PasswordLength = "string",
        ProducerEncryptionKeyName = "string",
        SecureAccessCertificateIssuer = "string",
        SecureAccessDbName = "string",
        SecureAccessDbSchema = "string",
        SecureAccessEnable = "string",
        SecureAccessHosts = new[]
        {
            "string",
        },
        SecureAccessWeb = false,
        Tags = new[]
        {
            "string",
        },
        TargetName = "string",
        UserTtl = "string",
    });
    
    example, err := akeyless.NewDynamicSecretHanaDb(ctx, "dynamicSecretHanaDbResource", &akeyless.DynamicSecretHanaDbArgs{
    	CustomUsernameTemplate:     pulumi.String("string"),
    	DeleteProtection:           pulumi.String("string"),
    	DynamicSecretHanaDbId:      pulumi.String("string"),
    	HanaDbname:                 pulumi.String("string"),
    	HanadbCreateStatements:     pulumi.String("string"),
    	HanadbHost:                 pulumi.String("string"),
    	HanadbPassword:             pulumi.String("string"),
    	HanadbPort:                 pulumi.String("string"),
    	HanadbRevocationStatements: pulumi.String("string"),
    	HanadbUsername:             pulumi.String("string"),
    	ItemCustomFields: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Name:                          pulumi.String("string"),
    	PasswordLength:                pulumi.String("string"),
    	ProducerEncryptionKeyName:     pulumi.String("string"),
    	SecureAccessCertificateIssuer: pulumi.String("string"),
    	SecureAccessDbName:            pulumi.String("string"),
    	SecureAccessDbSchema:          pulumi.String("string"),
    	SecureAccessEnable:            pulumi.String("string"),
    	SecureAccessHosts: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	SecureAccessWeb: pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	TargetName: pulumi.String("string"),
    	UserTtl:    pulumi.String("string"),
    })
    
    resource "akeyless_dynamicsecrethanadb" "dynamicSecretHanaDbResource" {
      custom_username_template     = "string"
      delete_protection            = "string"
      dynamic_secret_hana_db_id    = "string"
      hana_dbname                  = "string"
      hanadb_create_statements     = "string"
      hanadb_host                  = "string"
      hanadb_password              = "string"
      hanadb_port                  = "string"
      hanadb_revocation_statements = "string"
      hanadb_username              = "string"
      item_custom_fields = {
        "string" = "string"
      }
      name                             = "string"
      password_length                  = "string"
      producer_encryption_key_name     = "string"
      secure_access_certificate_issuer = "string"
      secure_access_db_name            = "string"
      secure_access_db_schema          = "string"
      secure_access_enable             = "string"
      secure_access_hosts              = ["string"]
      secure_access_web                = false
      tags                             = ["string"]
      target_name                      = "string"
      user_ttl                         = "string"
    }
    
    var dynamicSecretHanaDbResource = new DynamicSecretHanaDb("dynamicSecretHanaDbResource", DynamicSecretHanaDbArgs.builder()
        .customUsernameTemplate("string")
        .deleteProtection("string")
        .dynamicSecretHanaDbId("string")
        .hanaDbname("string")
        .hanadbCreateStatements("string")
        .hanadbHost("string")
        .hanadbPassword("string")
        .hanadbPort("string")
        .hanadbRevocationStatements("string")
        .hanadbUsername("string")
        .itemCustomFields(Map.of("string", "string"))
        .name("string")
        .passwordLength("string")
        .producerEncryptionKeyName("string")
        .secureAccessCertificateIssuer("string")
        .secureAccessDbName("string")
        .secureAccessDbSchema("string")
        .secureAccessEnable("string")
        .secureAccessHosts("string")
        .secureAccessWeb(false)
        .tags("string")
        .targetName("string")
        .userTtl("string")
        .build());
    
    dynamic_secret_hana_db_resource = akeyless.DynamicSecretHanaDb("dynamicSecretHanaDbResource",
        custom_username_template="string",
        delete_protection="string",
        dynamic_secret_hana_db_id="string",
        hana_dbname="string",
        hanadb_create_statements="string",
        hanadb_host="string",
        hanadb_password="string",
        hanadb_port="string",
        hanadb_revocation_statements="string",
        hanadb_username="string",
        item_custom_fields={
            "string": "string",
        },
        name="string",
        password_length="string",
        producer_encryption_key_name="string",
        secure_access_certificate_issuer="string",
        secure_access_db_name="string",
        secure_access_db_schema="string",
        secure_access_enable="string",
        secure_access_hosts=["string"],
        secure_access_web=False,
        tags=["string"],
        target_name="string",
        user_ttl="string")
    
    const dynamicSecretHanaDbResource = new akeyless.DynamicSecretHanaDb("dynamicSecretHanaDbResource", {
        customUsernameTemplate: "string",
        deleteProtection: "string",
        dynamicSecretHanaDbId: "string",
        hanaDbname: "string",
        hanadbCreateStatements: "string",
        hanadbHost: "string",
        hanadbPassword: "string",
        hanadbPort: "string",
        hanadbRevocationStatements: "string",
        hanadbUsername: "string",
        itemCustomFields: {
            string: "string",
        },
        name: "string",
        passwordLength: "string",
        producerEncryptionKeyName: "string",
        secureAccessCertificateIssuer: "string",
        secureAccessDbName: "string",
        secureAccessDbSchema: "string",
        secureAccessEnable: "string",
        secureAccessHosts: ["string"],
        secureAccessWeb: false,
        tags: ["string"],
        targetName: "string",
        userTtl: "string",
    });
    
    type: akeyless:DynamicSecretHanaDb
    properties:
        customUsernameTemplate: string
        deleteProtection: string
        dynamicSecretHanaDbId: string
        hanaDbname: string
        hanadbCreateStatements: string
        hanadbHost: string
        hanadbPassword: string
        hanadbPort: string
        hanadbRevocationStatements: string
        hanadbUsername: string
        itemCustomFields:
            string: string
        name: string
        passwordLength: string
        producerEncryptionKeyName: string
        secureAccessCertificateIssuer: string
        secureAccessDbName: string
        secureAccessDbSchema: string
        secureAccessEnable: string
        secureAccessHosts:
            - string
        secureAccessWeb: false
        tags:
            - string
        targetName: string
        userTtl: string
    

    DynamicSecretHanaDb 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 DynamicSecretHanaDb resource accepts the following input properties:

    CustomUsernameTemplate string
    Customize how temporary usernames are generated using go template
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretHanaDbId string
    The ID of this resource.
    HanaDbname string
    HanaDb Name
    HanadbCreateStatements string
    HanaDb Creation statements
    HanadbHost string
    HanaDb Host
    HanadbPassword string
    HanaDb Password
    HanadbPort string
    HanaDb Port
    HanadbRevocationStatements string
    HanaDb Revocation statements
    HanadbUsername string
    HanaDb Username
    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
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessDbName string
    The DB name (relevant only for DB Dynamic-Secret)
    SecureAccessDbSchema string
    The DB schema
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts List<string>
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags List<string>
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    CustomUsernameTemplate string
    Customize how temporary usernames are generated using go template
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretHanaDbId string
    The ID of this resource.
    HanaDbname string
    HanaDb Name
    HanadbCreateStatements string
    HanaDb Creation statements
    HanadbHost string
    HanaDb Host
    HanadbPassword string
    HanaDb Password
    HanadbPort string
    HanaDb Port
    HanadbRevocationStatements string
    HanaDb Revocation statements
    HanadbUsername string
    HanaDb Username
    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
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessDbName string
    The DB name (relevant only for DB Dynamic-Secret)
    SecureAccessDbSchema string
    The DB schema
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts []string
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags []string
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    custom_username_template string
    Customize how temporary usernames are generated using go template
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_hana_db_id string
    The ID of this resource.
    hana_dbname string
    HanaDb Name
    hanadb_create_statements string
    HanaDb Creation statements
    hanadb_host string
    HanaDb Host
    hanadb_password string
    HanaDb Password
    hanadb_port string
    HanaDb Port
    hanadb_revocation_statements string
    HanaDb Revocation statements
    hanadb_username string
    HanaDb Username
    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
    secure_access_certificate_issuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_db_name string
    The DB name (relevant only for DB Dynamic-Secret)
    secure_access_db_schema string
    The DB schema
    secure_access_enable string
    Enable/Disable secure remote access [true/false]
    secure_access_hosts list(string)
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secure_access_web bool
    Enable Web Secure Remote Access
    tags list(string)
    Add tags attached to this object
    target_name string
    Target name
    user_ttl string
    User TTL
    customUsernameTemplate String
    Customize how temporary usernames are generated using go template
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretHanaDbId String
    The ID of this resource.
    hanaDbname String
    HanaDb Name
    hanadbCreateStatements String
    HanaDb Creation statements
    hanadbHost String
    HanaDb Host
    hanadbPassword String
    HanaDb Password
    hanadbPort String
    HanaDb Port
    hanadbRevocationStatements String
    HanaDb Revocation statements
    hanadbUsername String
    HanaDb Username
    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
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessDbName String
    The DB name (relevant only for DB Dynamic-Secret)
    secureAccessDbSchema String
    The DB schema
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    tags List<String>
    Add tags attached to this object
    targetName String
    Target name
    userTtl String
    User TTL
    customUsernameTemplate string
    Customize how temporary usernames are generated using go template
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    dynamicSecretHanaDbId string
    The ID of this resource.
    hanaDbname string
    HanaDb Name
    hanadbCreateStatements string
    HanaDb Creation statements
    hanadbHost string
    HanaDb Host
    hanadbPassword string
    HanaDb Password
    hanadbPort string
    HanaDb Port
    hanadbRevocationStatements string
    HanaDb Revocation statements
    hanadbUsername string
    HanaDb Username
    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
    secureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessDbName string
    The DB name (relevant only for DB Dynamic-Secret)
    secureAccessDbSchema string
    The DB schema
    secureAccessEnable string
    Enable/Disable secure remote access [true/false]
    secureAccessHosts string[]
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    tags string[]
    Add tags attached to this object
    targetName string
    Target name
    userTtl string
    User TTL
    custom_username_template str
    Customize how temporary usernames are generated using go template
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_hana_db_id str
    The ID of this resource.
    hana_dbname str
    HanaDb Name
    hanadb_create_statements str
    HanaDb Creation statements
    hanadb_host str
    HanaDb Host
    hanadb_password str
    HanaDb Password
    hanadb_port str
    HanaDb Port
    hanadb_revocation_statements str
    HanaDb Revocation statements
    hanadb_username str
    HanaDb Username
    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
    secure_access_certificate_issuer str
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_db_name str
    The DB name (relevant only for DB Dynamic-Secret)
    secure_access_db_schema str
    The DB schema
    secure_access_enable str
    Enable/Disable secure remote access [true/false]
    secure_access_hosts Sequence[str]
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secure_access_web bool
    Enable Web Secure Remote Access
    tags Sequence[str]
    Add tags attached to this object
    target_name str
    Target name
    user_ttl str
    User TTL
    customUsernameTemplate String
    Customize how temporary usernames are generated using go template
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretHanaDbId String
    The ID of this resource.
    hanaDbname String
    HanaDb Name
    hanadbCreateStatements String
    HanaDb Creation statements
    hanadbHost String
    HanaDb Host
    hanadbPassword String
    HanaDb Password
    hanadbPort String
    HanaDb Port
    hanadbRevocationStatements String
    HanaDb Revocation statements
    hanadbUsername String
    HanaDb Username
    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
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessDbName String
    The DB name (relevant only for DB Dynamic-Secret)
    secureAccessDbSchema String
    The DB schema
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    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 DynamicSecretHanaDb 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 DynamicSecretHanaDb Resource

    Get an existing DynamicSecretHanaDb 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?: DynamicSecretHanaDbState, opts?: CustomResourceOptions): DynamicSecretHanaDb
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            custom_username_template: Optional[str] = None,
            delete_protection: Optional[str] = None,
            dynamic_secret_hana_db_id: Optional[str] = None,
            hana_dbname: Optional[str] = None,
            hanadb_create_statements: Optional[str] = None,
            hanadb_host: Optional[str] = None,
            hanadb_password: Optional[str] = None,
            hanadb_port: Optional[str] = None,
            hanadb_revocation_statements: Optional[str] = None,
            hanadb_username: 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,
            secure_access_certificate_issuer: Optional[str] = None,
            secure_access_db_name: Optional[str] = None,
            secure_access_db_schema: Optional[str] = None,
            secure_access_enable: Optional[str] = None,
            secure_access_hosts: Optional[Sequence[str]] = None,
            secure_access_web: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            target_name: Optional[str] = None,
            user_ttl: Optional[str] = None) -> DynamicSecretHanaDb
    func GetDynamicSecretHanaDb(ctx *Context, name string, id IDInput, state *DynamicSecretHanaDbState, opts ...ResourceOption) (*DynamicSecretHanaDb, error)
    public static DynamicSecretHanaDb Get(string name, Input<string> id, DynamicSecretHanaDbState? state, CustomResourceOptions? opts = null)
    public static DynamicSecretHanaDb get(String name, Output<String> id, DynamicSecretHanaDbState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:DynamicSecretHanaDb    get:      id: ${id}
    import {
      to = akeyless_dynamicsecrethanadb.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:
    CustomUsernameTemplate string
    Customize how temporary usernames are generated using go template
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretHanaDbId string
    The ID of this resource.
    HanaDbname string
    HanaDb Name
    HanadbCreateStatements string
    HanaDb Creation statements
    HanadbHost string
    HanaDb Host
    HanadbPassword string
    HanaDb Password
    HanadbPort string
    HanaDb Port
    HanadbRevocationStatements string
    HanaDb Revocation statements
    HanadbUsername string
    HanaDb Username
    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
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessDbName string
    The DB name (relevant only for DB Dynamic-Secret)
    SecureAccessDbSchema string
    The DB schema
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts List<string>
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags List<string>
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    CustomUsernameTemplate string
    Customize how temporary usernames are generated using go template
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    DynamicSecretHanaDbId string
    The ID of this resource.
    HanaDbname string
    HanaDb Name
    HanadbCreateStatements string
    HanaDb Creation statements
    HanadbHost string
    HanaDb Host
    HanadbPassword string
    HanaDb Password
    HanadbPort string
    HanaDb Port
    HanadbRevocationStatements string
    HanaDb Revocation statements
    HanadbUsername string
    HanaDb Username
    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
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessDbName string
    The DB name (relevant only for DB Dynamic-Secret)
    SecureAccessDbSchema string
    The DB schema
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts []string
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags []string
    Add tags attached to this object
    TargetName string
    Target name
    UserTtl string
    User TTL
    custom_username_template string
    Customize how temporary usernames are generated using go template
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_hana_db_id string
    The ID of this resource.
    hana_dbname string
    HanaDb Name
    hanadb_create_statements string
    HanaDb Creation statements
    hanadb_host string
    HanaDb Host
    hanadb_password string
    HanaDb Password
    hanadb_port string
    HanaDb Port
    hanadb_revocation_statements string
    HanaDb Revocation statements
    hanadb_username string
    HanaDb Username
    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
    secure_access_certificate_issuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_db_name string
    The DB name (relevant only for DB Dynamic-Secret)
    secure_access_db_schema string
    The DB schema
    secure_access_enable string
    Enable/Disable secure remote access [true/false]
    secure_access_hosts list(string)
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secure_access_web bool
    Enable Web Secure Remote Access
    tags list(string)
    Add tags attached to this object
    target_name string
    Target name
    user_ttl string
    User TTL
    customUsernameTemplate String
    Customize how temporary usernames are generated using go template
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretHanaDbId String
    The ID of this resource.
    hanaDbname String
    HanaDb Name
    hanadbCreateStatements String
    HanaDb Creation statements
    hanadbHost String
    HanaDb Host
    hanadbPassword String
    HanaDb Password
    hanadbPort String
    HanaDb Port
    hanadbRevocationStatements String
    HanaDb Revocation statements
    hanadbUsername String
    HanaDb Username
    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
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessDbName String
    The DB name (relevant only for DB Dynamic-Secret)
    secureAccessDbSchema String
    The DB schema
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    tags List<String>
    Add tags attached to this object
    targetName String
    Target name
    userTtl String
    User TTL
    customUsernameTemplate string
    Customize how temporary usernames are generated using go template
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    dynamicSecretHanaDbId string
    The ID of this resource.
    hanaDbname string
    HanaDb Name
    hanadbCreateStatements string
    HanaDb Creation statements
    hanadbHost string
    HanaDb Host
    hanadbPassword string
    HanaDb Password
    hanadbPort string
    HanaDb Port
    hanadbRevocationStatements string
    HanaDb Revocation statements
    hanadbUsername string
    HanaDb Username
    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
    secureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessDbName string
    The DB name (relevant only for DB Dynamic-Secret)
    secureAccessDbSchema string
    The DB schema
    secureAccessEnable string
    Enable/Disable secure remote access [true/false]
    secureAccessHosts string[]
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    tags string[]
    Add tags attached to this object
    targetName string
    Target name
    userTtl string
    User TTL
    custom_username_template str
    Customize how temporary usernames are generated using go template
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    dynamic_secret_hana_db_id str
    The ID of this resource.
    hana_dbname str
    HanaDb Name
    hanadb_create_statements str
    HanaDb Creation statements
    hanadb_host str
    HanaDb Host
    hanadb_password str
    HanaDb Password
    hanadb_port str
    HanaDb Port
    hanadb_revocation_statements str
    HanaDb Revocation statements
    hanadb_username str
    HanaDb Username
    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
    secure_access_certificate_issuer str
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_db_name str
    The DB name (relevant only for DB Dynamic-Secret)
    secure_access_db_schema str
    The DB schema
    secure_access_enable str
    Enable/Disable secure remote access [true/false]
    secure_access_hosts Sequence[str]
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secure_access_web bool
    Enable Web Secure Remote Access
    tags Sequence[str]
    Add tags attached to this object
    target_name str
    Target name
    user_ttl str
    User TTL
    customUsernameTemplate String
    Customize how temporary usernames are generated using go template
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    dynamicSecretHanaDbId String
    The ID of this resource.
    hanaDbname String
    HanaDb Name
    hanadbCreateStatements String
    HanaDb Creation statements
    hanadbHost String
    HanaDb Host
    hanadbPassword String
    HanaDb Password
    hanadbPort String
    HanaDb Port
    hanadbRevocationStatements String
    HanaDb Revocation statements
    hanadbUsername String
    HanaDb Username
    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
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessDbName String
    The DB name (relevant only for DB Dynamic-Secret)
    secureAccessDbSchema String
    The DB schema
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    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.