published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Oracle DB dynamic secret resource
Create DynamicSecretOracle Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DynamicSecretOracle(name: string, args?: DynamicSecretOracleArgs, opts?: CustomResourceOptions);@overload
def DynamicSecretOracle(resource_name: str,
args: Optional[DynamicSecretOracleArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DynamicSecretOracle(resource_name: str,
opts: Optional[ResourceOptions] = None,
custom_username_template: Optional[str] = None,
db_server_certificates: Optional[str] = None,
db_server_name: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
dynamic_secret_oracle_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
item_custom_fields: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
oracle_creation_statements: Optional[str] = None,
oracle_host: Optional[str] = None,
oracle_password: Optional[str] = None,
oracle_port: Optional[str] = None,
oracle_revocation_statements: Optional[str] = None,
oracle_service_name: Optional[str] = None,
oracle_username: Optional[str] = None,
password_length: Optional[str] = None,
secure_access_certificate_issuer: 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 NewDynamicSecretOracle(ctx *Context, name string, args *DynamicSecretOracleArgs, opts ...ResourceOption) (*DynamicSecretOracle, error)public DynamicSecretOracle(string name, DynamicSecretOracleArgs? args = null, CustomResourceOptions? opts = null)
public DynamicSecretOracle(String name, DynamicSecretOracleArgs args)
public DynamicSecretOracle(String name, DynamicSecretOracleArgs args, CustomResourceOptions options)
type: akeyless:DynamicSecretOracle
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_dynamicsecretoracle" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DynamicSecretOracleArgs
- 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 DynamicSecretOracleArgs
- 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 DynamicSecretOracleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DynamicSecretOracleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DynamicSecretOracleArgs
- 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 dynamicSecretOracleResource = new Akeyless.DynamicSecretOracle("dynamicSecretOracleResource", new()
{
CustomUsernameTemplate = "string",
DbServerCertificates = "string",
DbServerName = "string",
DeleteProtection = "string",
Description = "string",
DynamicSecretOracleId = "string",
EncryptionKeyName = "string",
ItemCustomFields =
{
{ "string", "string" },
},
Name = "string",
OracleCreationStatements = "string",
OracleHost = "string",
OraclePassword = "string",
OraclePort = "string",
OracleRevocationStatements = "string",
OracleServiceName = "string",
OracleUsername = "string",
PasswordLength = "string",
SecureAccessCertificateIssuer = "string",
SecureAccessEnable = "string",
SecureAccessHosts = new[]
{
"string",
},
SecureAccessWeb = false,
Tags = new[]
{
"string",
},
TargetName = "string",
UserTtl = "string",
});
example, err := akeyless.NewDynamicSecretOracle(ctx, "dynamicSecretOracleResource", &akeyless.DynamicSecretOracleArgs{
CustomUsernameTemplate: pulumi.String("string"),
DbServerCertificates: pulumi.String("string"),
DbServerName: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
Description: pulumi.String("string"),
DynamicSecretOracleId: pulumi.String("string"),
EncryptionKeyName: pulumi.String("string"),
ItemCustomFields: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
OracleCreationStatements: pulumi.String("string"),
OracleHost: pulumi.String("string"),
OraclePassword: pulumi.String("string"),
OraclePort: pulumi.String("string"),
OracleRevocationStatements: pulumi.String("string"),
OracleServiceName: pulumi.String("string"),
OracleUsername: pulumi.String("string"),
PasswordLength: pulumi.String("string"),
SecureAccessCertificateIssuer: 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_dynamicsecretoracle" "dynamicSecretOracleResource" {
custom_username_template = "string"
db_server_certificates = "string"
db_server_name = "string"
delete_protection = "string"
description = "string"
dynamic_secret_oracle_id = "string"
encryption_key_name = "string"
item_custom_fields = {
"string" = "string"
}
name = "string"
oracle_creation_statements = "string"
oracle_host = "string"
oracle_password = "string"
oracle_port = "string"
oracle_revocation_statements = "string"
oracle_service_name = "string"
oracle_username = "string"
password_length = "string"
secure_access_certificate_issuer = "string"
secure_access_enable = "string"
secure_access_hosts = ["string"]
secure_access_web = false
tags = ["string"]
target_name = "string"
user_ttl = "string"
}
var dynamicSecretOracleResource = new DynamicSecretOracle("dynamicSecretOracleResource", DynamicSecretOracleArgs.builder()
.customUsernameTemplate("string")
.dbServerCertificates("string")
.dbServerName("string")
.deleteProtection("string")
.description("string")
.dynamicSecretOracleId("string")
.encryptionKeyName("string")
.itemCustomFields(Map.of("string", "string"))
.name("string")
.oracleCreationStatements("string")
.oracleHost("string")
.oraclePassword("string")
.oraclePort("string")
.oracleRevocationStatements("string")
.oracleServiceName("string")
.oracleUsername("string")
.passwordLength("string")
.secureAccessCertificateIssuer("string")
.secureAccessEnable("string")
.secureAccessHosts("string")
.secureAccessWeb(false)
.tags("string")
.targetName("string")
.userTtl("string")
.build());
dynamic_secret_oracle_resource = akeyless.DynamicSecretOracle("dynamicSecretOracleResource",
custom_username_template="string",
db_server_certificates="string",
db_server_name="string",
delete_protection="string",
description="string",
dynamic_secret_oracle_id="string",
encryption_key_name="string",
item_custom_fields={
"string": "string",
},
name="string",
oracle_creation_statements="string",
oracle_host="string",
oracle_password="string",
oracle_port="string",
oracle_revocation_statements="string",
oracle_service_name="string",
oracle_username="string",
password_length="string",
secure_access_certificate_issuer="string",
secure_access_enable="string",
secure_access_hosts=["string"],
secure_access_web=False,
tags=["string"],
target_name="string",
user_ttl="string")
const dynamicSecretOracleResource = new akeyless.DynamicSecretOracle("dynamicSecretOracleResource", {
customUsernameTemplate: "string",
dbServerCertificates: "string",
dbServerName: "string",
deleteProtection: "string",
description: "string",
dynamicSecretOracleId: "string",
encryptionKeyName: "string",
itemCustomFields: {
string: "string",
},
name: "string",
oracleCreationStatements: "string",
oracleHost: "string",
oraclePassword: "string",
oraclePort: "string",
oracleRevocationStatements: "string",
oracleServiceName: "string",
oracleUsername: "string",
passwordLength: "string",
secureAccessCertificateIssuer: "string",
secureAccessEnable: "string",
secureAccessHosts: ["string"],
secureAccessWeb: false,
tags: ["string"],
targetName: "string",
userTtl: "string",
});
type: akeyless:DynamicSecretOracle
properties:
customUsernameTemplate: string
dbServerCertificates: string
dbServerName: string
deleteProtection: string
description: string
dynamicSecretOracleId: string
encryptionKeyName: string
itemCustomFields:
string: string
name: string
oracleCreationStatements: string
oracleHost: string
oraclePassword: string
oraclePort: string
oracleRevocationStatements: string
oracleServiceName: string
oracleUsername: string
passwordLength: string
secureAccessCertificateIssuer: string
secureAccessEnable: string
secureAccessHosts:
- string
secureAccessWeb: false
tags:
- string
targetName: string
userTtl: string
DynamicSecretOracle 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 DynamicSecretOracle resource accepts the following input properties:
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Db
Server stringCertificates - (Optional) DB server certificates
- Db
Server stringName - (Optional) Server name for certificate verification
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringOracle Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Item
Custom Dictionary<string, string>Fields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Oracle
Creation stringStatements - Oracle Creation statements
- Oracle
Host string - Oracle Host
- Oracle
Password string - Oracle Password
- Oracle
Port string - Oracle Port
- Oracle
Revocation stringStatements - Oracle Revocation statements
- Oracle
Service stringName - Oracle DB Name
- Oracle
Username string - Oracle Username
- Password
Length string - The length of the password to be generated
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access List<string>Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- Secure
Access boolWeb - Enable Web Secure Remote Access
- List<string>
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Db
Server stringCertificates - (Optional) DB server certificates
- Db
Server stringName - (Optional) Server name for certificate verification
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringOracle Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Item
Custom map[string]stringFields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Oracle
Creation stringStatements - Oracle Creation statements
- Oracle
Host string - Oracle Host
- Oracle
Password string - Oracle Password
- Oracle
Port string - Oracle Port
- Oracle
Revocation stringStatements - Oracle Revocation statements
- Oracle
Service stringName - Oracle DB Name
- Oracle
Username string - Oracle Username
- Password
Length string - The length of the password to be generated
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access []stringHosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- Secure
Access boolWeb - Enable Web Secure Remote Access
- []string
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- custom_
username_ stringtemplate - Customize how temporary usernames are generated using go template
- db_
server_ stringcertificates - (Optional) DB server certificates
- db_
server_ stringname - (Optional) Server name for certificate verification
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dynamic_
secret_ stringoracle_ id - The ID of this resource.
- encryption_
key_ stringname - Dynamic producer encryption key
- item_
custom_ map(string)fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- oracle_
creation_ stringstatements - Oracle Creation statements
- oracle_
host string - Oracle Host
- oracle_
password string - Oracle Password
- oracle_
port string - Oracle Port
- oracle_
revocation_ stringstatements - Oracle Revocation statements
- oracle_
service_ stringname - Oracle DB Name
- oracle_
username string - Oracle Username
- password_
length string - The length of the password to be generated
- secure_
access_ stringcertificate_ issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure_
access_ stringenable - Enable/Disable secure remote access [true/false]
- secure_
access_ list(string)hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure_
access_ boolweb - Enable Web Secure Remote Access
- list(string)
- Add tags attached to this object
- target_
name string - Target name
- user_
ttl string - User TTL
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- db
Server StringCertificates - (Optional) DB server certificates
- db
Server StringName - (Optional) Server name for certificate verification
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringOracle Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- item
Custom Map<String,String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- oracle
Creation StringStatements - Oracle Creation statements
- oracle
Host String - Oracle Host
- oracle
Password String - Oracle Password
- oracle
Port String - Oracle Port
- oracle
Revocation StringStatements - Oracle Revocation statements
- oracle
Service StringName - Oracle DB Name
- oracle
Username String - Oracle Username
- password
Length String - The length of the password to be generated
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- List<String>
- Add tags attached to this object
- target
Name String - Target name
- user
Ttl String - User TTL
- custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- db
Server stringCertificates - (Optional) DB server certificates
- db
Server stringName - (Optional) Server name for certificate verification
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dynamic
Secret stringOracle Id - The ID of this resource.
- encryption
Key stringName - Dynamic producer encryption key
- item
Custom {[key: string]: string}Fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- oracle
Creation stringStatements - Oracle Creation statements
- oracle
Host string - Oracle Host
- oracle
Password string - Oracle Password
- oracle
Port string - Oracle Port
- oracle
Revocation stringStatements - Oracle Revocation statements
- oracle
Service stringName - Oracle DB Name
- oracle
Username string - Oracle Username
- password
Length string - The length of the password to be generated
- secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- secure
Access string[]Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure
Access booleanWeb - Enable Web Secure Remote Access
- string[]
- Add tags attached to this object
- target
Name string - Target name
- user
Ttl string - User TTL
- custom_
username_ strtemplate - Customize how temporary usernames are generated using go template
- db_
server_ strcertificates - (Optional) DB server certificates
- db_
server_ strname - (Optional) Server name for certificate verification
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- dynamic_
secret_ stroracle_ id - The ID of this resource.
- encryption_
key_ strname - Dynamic producer encryption key
- item_
custom_ Mapping[str, str]fields - Additional custom fields to associate with the item
- name str
- Dynamic secret name
- oracle_
creation_ strstatements - Oracle Creation statements
- oracle_
host str - Oracle Host
- oracle_
password str - Oracle Password
- oracle_
port str - Oracle Port
- oracle_
revocation_ strstatements - Oracle Revocation statements
- oracle_
service_ strname - Oracle DB Name
- oracle_
username str - Oracle Username
- password_
length str - The length of the password to be generated
- secure_
access_ strcertificate_ issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure_
access_ strenable - Enable/Disable secure remote access [true/false]
- secure_
access_ Sequence[str]hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure_
access_ boolweb - Enable Web Secure Remote Access
- Sequence[str]
- Add tags attached to this object
- target_
name str - Target name
- user_
ttl str - User TTL
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- db
Server StringCertificates - (Optional) DB server certificates
- db
Server StringName - (Optional) Server name for certificate verification
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringOracle Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- item
Custom Map<String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- oracle
Creation StringStatements - Oracle Creation statements
- oracle
Host String - Oracle Host
- oracle
Password String - Oracle Password
- oracle
Port String - Oracle Port
- oracle
Revocation StringStatements - Oracle Revocation statements
- oracle
Service StringName - Oracle DB Name
- oracle
Username String - Oracle Username
- password
Length String - The length of the password to be generated
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- 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 DynamicSecretOracle 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 DynamicSecretOracle Resource
Get an existing DynamicSecretOracle 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?: DynamicSecretOracleState, opts?: CustomResourceOptions): DynamicSecretOracle@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
custom_username_template: Optional[str] = None,
db_server_certificates: Optional[str] = None,
db_server_name: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
dynamic_secret_oracle_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
item_custom_fields: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
oracle_creation_statements: Optional[str] = None,
oracle_host: Optional[str] = None,
oracle_password: Optional[str] = None,
oracle_port: Optional[str] = None,
oracle_revocation_statements: Optional[str] = None,
oracle_service_name: Optional[str] = None,
oracle_username: Optional[str] = None,
password_length: Optional[str] = None,
secure_access_certificate_issuer: 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) -> DynamicSecretOraclefunc GetDynamicSecretOracle(ctx *Context, name string, id IDInput, state *DynamicSecretOracleState, opts ...ResourceOption) (*DynamicSecretOracle, error)public static DynamicSecretOracle Get(string name, Input<string> id, DynamicSecretOracleState? state, CustomResourceOptions? opts = null)public static DynamicSecretOracle get(String name, Output<String> id, DynamicSecretOracleState state, CustomResourceOptions options)resources: _: type: akeyless:DynamicSecretOracle get: id: ${id}import {
to = akeyless_dynamicsecretoracle.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.
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Db
Server stringCertificates - (Optional) DB server certificates
- Db
Server stringName - (Optional) Server name for certificate verification
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringOracle Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Item
Custom Dictionary<string, string>Fields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Oracle
Creation stringStatements - Oracle Creation statements
- Oracle
Host string - Oracle Host
- Oracle
Password string - Oracle Password
- Oracle
Port string - Oracle Port
- Oracle
Revocation stringStatements - Oracle Revocation statements
- Oracle
Service stringName - Oracle DB Name
- Oracle
Username string - Oracle Username
- Password
Length string - The length of the password to be generated
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access List<string>Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- Secure
Access boolWeb - Enable Web Secure Remote Access
- List<string>
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Db
Server stringCertificates - (Optional) DB server certificates
- Db
Server stringName - (Optional) Server name for certificate verification
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringOracle Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Item
Custom map[string]stringFields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Oracle
Creation stringStatements - Oracle Creation statements
- Oracle
Host string - Oracle Host
- Oracle
Password string - Oracle Password
- Oracle
Port string - Oracle Port
- Oracle
Revocation stringStatements - Oracle Revocation statements
- Oracle
Service stringName - Oracle DB Name
- Oracle
Username string - Oracle Username
- Password
Length string - The length of the password to be generated
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- Secure
Access []stringHosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- Secure
Access boolWeb - Enable Web Secure Remote Access
- []string
- Add tags attached to this object
- Target
Name string - Target name
- User
Ttl string - User TTL
- custom_
username_ stringtemplate - Customize how temporary usernames are generated using go template
- db_
server_ stringcertificates - (Optional) DB server certificates
- db_
server_ stringname - (Optional) Server name for certificate verification
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dynamic_
secret_ stringoracle_ id - The ID of this resource.
- encryption_
key_ stringname - Dynamic producer encryption key
- item_
custom_ map(string)fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- oracle_
creation_ stringstatements - Oracle Creation statements
- oracle_
host string - Oracle Host
- oracle_
password string - Oracle Password
- oracle_
port string - Oracle Port
- oracle_
revocation_ stringstatements - Oracle Revocation statements
- oracle_
service_ stringname - Oracle DB Name
- oracle_
username string - Oracle Username
- password_
length string - The length of the password to be generated
- secure_
access_ stringcertificate_ issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure_
access_ stringenable - Enable/Disable secure remote access [true/false]
- secure_
access_ list(string)hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure_
access_ boolweb - Enable Web Secure Remote Access
- list(string)
- Add tags attached to this object
- target_
name string - Target name
- user_
ttl string - User TTL
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- db
Server StringCertificates - (Optional) DB server certificates
- db
Server StringName - (Optional) Server name for certificate verification
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringOracle Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- item
Custom Map<String,String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- oracle
Creation StringStatements - Oracle Creation statements
- oracle
Host String - Oracle Host
- oracle
Password String - Oracle Password
- oracle
Port String - Oracle Port
- oracle
Revocation StringStatements - Oracle Revocation statements
- oracle
Service StringName - Oracle DB Name
- oracle
Username String - Oracle Username
- password
Length String - The length of the password to be generated
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- List<String>
- Add tags attached to this object
- target
Name String - Target name
- user
Ttl String - User TTL
- custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- db
Server stringCertificates - (Optional) DB server certificates
- db
Server stringName - (Optional) Server name for certificate verification
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dynamic
Secret stringOracle Id - The ID of this resource.
- encryption
Key stringName - Dynamic producer encryption key
- item
Custom {[key: string]: string}Fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- oracle
Creation stringStatements - Oracle Creation statements
- oracle
Host string - Oracle Host
- oracle
Password string - Oracle Password
- oracle
Port string - Oracle Port
- oracle
Revocation stringStatements - Oracle Revocation statements
- oracle
Service stringName - Oracle DB Name
- oracle
Username string - Oracle Username
- password
Length string - The length of the password to be generated
- secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access stringEnable - Enable/Disable secure remote access [true/false]
- secure
Access string[]Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure
Access booleanWeb - Enable Web Secure Remote Access
- string[]
- Add tags attached to this object
- target
Name string - Target name
- user
Ttl string - User TTL
- custom_
username_ strtemplate - Customize how temporary usernames are generated using go template
- db_
server_ strcertificates - (Optional) DB server certificates
- db_
server_ strname - (Optional) Server name for certificate verification
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- dynamic_
secret_ stroracle_ id - The ID of this resource.
- encryption_
key_ strname - Dynamic producer encryption key
- item_
custom_ Mapping[str, str]fields - Additional custom fields to associate with the item
- name str
- Dynamic secret name
- oracle_
creation_ strstatements - Oracle Creation statements
- oracle_
host str - Oracle Host
- oracle_
password str - Oracle Password
- oracle_
port str - Oracle Port
- oracle_
revocation_ strstatements - Oracle Revocation statements
- oracle_
service_ strname - Oracle DB Name
- oracle_
username str - Oracle Username
- password_
length str - The length of the password to be generated
- secure_
access_ strcertificate_ issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure_
access_ strenable - Enable/Disable secure remote access [true/false]
- secure_
access_ Sequence[str]hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure_
access_ boolweb - Enable Web Secure Remote Access
- Sequence[str]
- Add tags attached to this object
- target_
name str - Target name
- user_
ttl str - User TTL
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- db
Server StringCertificates - (Optional) DB server certificates
- db
Server StringName - (Optional) Server name for certificate verification
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringOracle Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- item
Custom Map<String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- oracle
Creation StringStatements - Oracle Creation statements
- oracle
Host String - Oracle Host
- oracle
Password String - Oracle Password
- oracle
Port String - Oracle Port
- oracle
Revocation StringStatements - Oracle Revocation statements
- oracle
Service StringName - Oracle DB Name
- oracle
Username String - Oracle Username
- password
Length String - The length of the password to be generated
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access StringEnable - Enable/Disable secure remote access [true/false]
- secure
Access List<String>Hosts - Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts)
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- 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
