published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
RDP dynamic secret resource
Create DynamicSecretRdp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DynamicSecretRdp(name: string, args?: DynamicSecretRdpArgs, opts?: CustomResourceOptions);@overload
def DynamicSecretRdp(resource_name: str,
args: Optional[DynamicSecretRdpArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DynamicSecretRdp(resource_name: str,
opts: Optional[ResourceOptions] = None,
allow_user_extend_session: Optional[float] = None,
custom_username_template: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
dynamic_secret_rdp_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
fixed_user_claim_keyname: Optional[str] = None,
fixed_user_only: Optional[str] = None,
item_custom_fields: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
rdp_admin_name: Optional[str] = None,
rdp_admin_pwd: Optional[str] = None,
rdp_host_name: Optional[str] = None,
rdp_host_port: Optional[str] = None,
rdp_user_groups: Optional[str] = None,
secure_access_allow_external_user: Optional[bool] = None,
secure_access_certificate_issuer: Optional[str] = None,
secure_access_delay: Optional[float] = None,
secure_access_enable: Optional[str] = None,
secure_access_hosts: Optional[Sequence[str]] = None,
secure_access_rd_gateway_server: Optional[str] = None,
secure_access_rdp_domain: Optional[str] = None,
secure_access_rdp_user: Optional[str] = None,
secure_access_web: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None,
warn_user_before_expiration: Optional[float] = None)func NewDynamicSecretRdp(ctx *Context, name string, args *DynamicSecretRdpArgs, opts ...ResourceOption) (*DynamicSecretRdp, error)public DynamicSecretRdp(string name, DynamicSecretRdpArgs? args = null, CustomResourceOptions? opts = null)
public DynamicSecretRdp(String name, DynamicSecretRdpArgs args)
public DynamicSecretRdp(String name, DynamicSecretRdpArgs args, CustomResourceOptions options)
type: akeyless:DynamicSecretRdp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DynamicSecretRdpArgs
- 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 DynamicSecretRdpArgs
- 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 DynamicSecretRdpArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DynamicSecretRdpArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DynamicSecretRdpArgs
- 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 dynamicSecretRdpResource = new Akeyless.DynamicSecretRdp("dynamicSecretRdpResource", new()
{
AllowUserExtendSession = 0,
CustomUsernameTemplate = "string",
DeleteProtection = "string",
Description = "string",
DynamicSecretRdpId = "string",
EncryptionKeyName = "string",
FixedUserClaimKeyname = "string",
FixedUserOnly = "string",
ItemCustomFields =
{
{ "string", "string" },
},
Name = "string",
PasswordLength = "string",
RdpAdminName = "string",
RdpAdminPwd = "string",
RdpHostName = "string",
RdpHostPort = "string",
RdpUserGroups = "string",
SecureAccessAllowExternalUser = false,
SecureAccessCertificateIssuer = "string",
SecureAccessDelay = 0,
SecureAccessEnable = "string",
SecureAccessHosts = new[]
{
"string",
},
SecureAccessRdGatewayServer = "string",
SecureAccessRdpDomain = "string",
SecureAccessRdpUser = "string",
SecureAccessWeb = false,
Tags = new[]
{
"string",
},
TargetName = "string",
UserTtl = "string",
WarnUserBeforeExpiration = 0,
});
example, err := akeyless.NewDynamicSecretRdp(ctx, "dynamicSecretRdpResource", &akeyless.DynamicSecretRdpArgs{
AllowUserExtendSession: pulumi.Float64(0),
CustomUsernameTemplate: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
Description: pulumi.String("string"),
DynamicSecretRdpId: pulumi.String("string"),
EncryptionKeyName: pulumi.String("string"),
FixedUserClaimKeyname: pulumi.String("string"),
FixedUserOnly: pulumi.String("string"),
ItemCustomFields: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
PasswordLength: pulumi.String("string"),
RdpAdminName: pulumi.String("string"),
RdpAdminPwd: pulumi.String("string"),
RdpHostName: pulumi.String("string"),
RdpHostPort: pulumi.String("string"),
RdpUserGroups: pulumi.String("string"),
SecureAccessAllowExternalUser: pulumi.Bool(false),
SecureAccessCertificateIssuer: pulumi.String("string"),
SecureAccessDelay: pulumi.Float64(0),
SecureAccessEnable: pulumi.String("string"),
SecureAccessHosts: pulumi.StringArray{
pulumi.String("string"),
},
SecureAccessRdGatewayServer: pulumi.String("string"),
SecureAccessRdpDomain: pulumi.String("string"),
SecureAccessRdpUser: pulumi.String("string"),
SecureAccessWeb: pulumi.Bool(false),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TargetName: pulumi.String("string"),
UserTtl: pulumi.String("string"),
WarnUserBeforeExpiration: pulumi.Float64(0),
})
var dynamicSecretRdpResource = new DynamicSecretRdp("dynamicSecretRdpResource", DynamicSecretRdpArgs.builder()
.allowUserExtendSession(0.0)
.customUsernameTemplate("string")
.deleteProtection("string")
.description("string")
.dynamicSecretRdpId("string")
.encryptionKeyName("string")
.fixedUserClaimKeyname("string")
.fixedUserOnly("string")
.itemCustomFields(Map.of("string", "string"))
.name("string")
.passwordLength("string")
.rdpAdminName("string")
.rdpAdminPwd("string")
.rdpHostName("string")
.rdpHostPort("string")
.rdpUserGroups("string")
.secureAccessAllowExternalUser(false)
.secureAccessCertificateIssuer("string")
.secureAccessDelay(0.0)
.secureAccessEnable("string")
.secureAccessHosts("string")
.secureAccessRdGatewayServer("string")
.secureAccessRdpDomain("string")
.secureAccessRdpUser("string")
.secureAccessWeb(false)
.tags("string")
.targetName("string")
.userTtl("string")
.warnUserBeforeExpiration(0.0)
.build());
dynamic_secret_rdp_resource = akeyless.DynamicSecretRdp("dynamicSecretRdpResource",
allow_user_extend_session=float(0),
custom_username_template="string",
delete_protection="string",
description="string",
dynamic_secret_rdp_id="string",
encryption_key_name="string",
fixed_user_claim_keyname="string",
fixed_user_only="string",
item_custom_fields={
"string": "string",
},
name="string",
password_length="string",
rdp_admin_name="string",
rdp_admin_pwd="string",
rdp_host_name="string",
rdp_host_port="string",
rdp_user_groups="string",
secure_access_allow_external_user=False,
secure_access_certificate_issuer="string",
secure_access_delay=float(0),
secure_access_enable="string",
secure_access_hosts=["string"],
secure_access_rd_gateway_server="string",
secure_access_rdp_domain="string",
secure_access_rdp_user="string",
secure_access_web=False,
tags=["string"],
target_name="string",
user_ttl="string",
warn_user_before_expiration=float(0))
const dynamicSecretRdpResource = new akeyless.DynamicSecretRdp("dynamicSecretRdpResource", {
allowUserExtendSession: 0,
customUsernameTemplate: "string",
deleteProtection: "string",
description: "string",
dynamicSecretRdpId: "string",
encryptionKeyName: "string",
fixedUserClaimKeyname: "string",
fixedUserOnly: "string",
itemCustomFields: {
string: "string",
},
name: "string",
passwordLength: "string",
rdpAdminName: "string",
rdpAdminPwd: "string",
rdpHostName: "string",
rdpHostPort: "string",
rdpUserGroups: "string",
secureAccessAllowExternalUser: false,
secureAccessCertificateIssuer: "string",
secureAccessDelay: 0,
secureAccessEnable: "string",
secureAccessHosts: ["string"],
secureAccessRdGatewayServer: "string",
secureAccessRdpDomain: "string",
secureAccessRdpUser: "string",
secureAccessWeb: false,
tags: ["string"],
targetName: "string",
userTtl: "string",
warnUserBeforeExpiration: 0,
});
type: akeyless:DynamicSecretRdp
properties:
allowUserExtendSession: 0
customUsernameTemplate: string
deleteProtection: string
description: string
dynamicSecretRdpId: string
encryptionKeyName: string
fixedUserClaimKeyname: string
fixedUserOnly: string
itemCustomFields:
string: string
name: string
passwordLength: string
rdpAdminName: string
rdpAdminPwd: string
rdpHostName: string
rdpHostPort: string
rdpUserGroups: string
secureAccessAllowExternalUser: false
secureAccessCertificateIssuer: string
secureAccessDelay: 0
secureAccessEnable: string
secureAccessHosts:
- string
secureAccessRdGatewayServer: string
secureAccessRdpDomain: string
secureAccessRdpUser: string
secureAccessWeb: false
tags:
- string
targetName: string
userTtl: string
warnUserBeforeExpiration: 0
DynamicSecretRdp 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 DynamicSecretRdp resource accepts the following input properties:
- Allow
User doubleExtend Session - Allow user to extend session
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringRdp Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Fixed
User stringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- Fixed
User stringOnly - Allow access using externally (IdP) provided username [true/false]
- Item
Custom Dictionary<string, string>Fields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Rdp
Admin stringName - RDP Admin Name
- Rdp
Admin stringPwd - RDP Admin password
- Rdp
Host stringName - Hostname
- Rdp
Host stringPort - Port
- Rdp
User stringGroups - Groups
- Secure
Access boolAllow External User - Allow providing external user for a domain users
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access doubleDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access List<string>Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- Secure
Access stringRd Gateway Server - RD Gateway server
- Secure
Access stringRdp Domain - Required when the Dynamic Secret is used for a domain user
- Secure
Access stringRdp User - Override the RDP Domain username
- Secure
Access boolWeb - Enable Web Secure Remote Access
- List<string>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Target name
- User
Ttl string - User TTL
- Warn
User doubleBefore Expiration - Warn user before expiration in minutes
- Allow
User float64Extend Session - Allow user to extend session
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringRdp Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Fixed
User stringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- Fixed
User stringOnly - Allow access using externally (IdP) provided username [true/false]
- Item
Custom map[string]stringFields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Rdp
Admin stringName - RDP Admin Name
- Rdp
Admin stringPwd - RDP Admin password
- Rdp
Host stringName - Hostname
- Rdp
Host stringPort - Port
- Rdp
User stringGroups - Groups
- Secure
Access boolAllow External User - Allow providing external user for a domain users
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access float64Delay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access []stringHosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- Secure
Access stringRd Gateway Server - RD Gateway server
- Secure
Access stringRdp Domain - Required when the Dynamic Secret is used for a domain user
- Secure
Access stringRdp User - Override the RDP Domain username
- Secure
Access boolWeb - Enable Web Secure Remote Access
- []string
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Target name
- User
Ttl string - User TTL
- Warn
User float64Before Expiration - Warn user before expiration in minutes
- allow
User DoubleExtend Session - Allow user to extend session
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringRdp Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- fixed
User StringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed
User StringOnly - Allow access using externally (IdP) provided username [true/false]
- item
Custom Map<String,String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- rdp
Admin StringName - RDP Admin Name
- rdp
Admin StringPwd - RDP Admin password
- rdp
Host StringName - Hostname
- rdp
Host StringPort - Port
- rdp
User StringGroups - Groups
- secure
Access BooleanAllow External User - Allow providing external user for a domain users
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access DoubleDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure
Access StringRd Gateway Server - RD Gateway server
- secure
Access StringRdp Domain - Required when the Dynamic Secret is used for a domain user
- secure
Access StringRdp User - Override the RDP Domain username
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Target name
- user
Ttl String - User TTL
- warn
User DoubleBefore Expiration - Warn user before expiration in minutes
- allow
User numberExtend Session - Allow user to extend session
- custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dynamic
Secret stringRdp Id - The ID of this resource.
- encryption
Key stringName - Dynamic producer encryption key
- fixed
User stringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed
User stringOnly - Allow access using externally (IdP) provided username [true/false]
- item
Custom {[key: string]: string}Fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- rdp
Admin stringName - RDP Admin Name
- rdp
Admin stringPwd - RDP Admin password
- rdp
Host stringName - Hostname
- rdp
Host stringPort - Port
- rdp
User stringGroups - Groups
- secure
Access booleanAllow External User - Allow providing external user for a domain users
- secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access numberDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access string[]Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure
Access stringRd Gateway Server - RD Gateway server
- secure
Access stringRdp Domain - Required when the Dynamic Secret is used for a domain user
- secure
Access stringRdp User - Override the RDP Domain username
- secure
Access booleanWeb - Enable Web Secure Remote Access
- string[]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name string - Target name
- user
Ttl string - User TTL
- warn
User numberBefore Expiration - Warn user before expiration in minutes
- allow_
user_ floatextend_ session - Allow user to extend session
- custom_
username_ strtemplate - Customize how temporary usernames are generated using go template
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- dynamic_
secret_ strrdp_ id - The ID of this resource.
- encryption_
key_ strname - Dynamic producer encryption key
- fixed_
user_ strclaim_ keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed_
user_ stronly - Allow access using externally (IdP) provided username [true/false]
- item_
custom_ Mapping[str, str]fields - Additional custom fields to associate with the item
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- rdp_
admin_ strname - RDP Admin Name
- rdp_
admin_ strpwd - RDP Admin password
- rdp_
host_ strname - Hostname
- rdp_
host_ strport - Port
- rdp_
user_ strgroups - Groups
- secure_
access_ boolallow_ external_ user - Allow providing external user for a domain users
- secure_
access_ strcertificate_ issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure_
access_ floatdelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure_
access_ strenable - Enable/Disable secure remote access, [true/false]
- secure_
access_ Sequence[str]hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure_
access_ strrd_ gateway_ server - RD Gateway server
- secure_
access_ strrdp_ domain - Required when the Dynamic Secret is used for a domain user
- secure_
access_ strrdp_ user - Override the RDP Domain username
- secure_
access_ boolweb - Enable Web Secure Remote Access
- Sequence[str]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target_
name str - Target name
- user_
ttl str - User TTL
- warn_
user_ floatbefore_ expiration - Warn user before expiration in minutes
- allow
User NumberExtend Session - Allow user to extend session
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringRdp Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- fixed
User StringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed
User StringOnly - Allow access using externally (IdP) provided username [true/false]
- item
Custom Map<String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- rdp
Admin StringName - RDP Admin Name
- rdp
Admin StringPwd - RDP Admin password
- rdp
Host StringName - Hostname
- rdp
Host StringPort - Port
- rdp
User StringGroups - Groups
- secure
Access BooleanAllow External User - Allow providing external user for a domain users
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access NumberDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure
Access StringRd Gateway Server - RD Gateway server
- secure
Access StringRdp Domain - Required when the Dynamic Secret is used for a domain user
- secure
Access StringRdp User - Override the RDP Domain username
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Target name
- user
Ttl String - User TTL
- warn
User NumberBefore Expiration - Warn user before expiration in minutes
Outputs
All input properties are implicitly available as output properties. Additionally, the DynamicSecretRdp 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 str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing DynamicSecretRdp Resource
Get an existing DynamicSecretRdp 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?: DynamicSecretRdpState, opts?: CustomResourceOptions): DynamicSecretRdp@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
allow_user_extend_session: Optional[float] = None,
custom_username_template: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
dynamic_secret_rdp_id: Optional[str] = None,
encryption_key_name: Optional[str] = None,
fixed_user_claim_keyname: Optional[str] = None,
fixed_user_only: Optional[str] = None,
item_custom_fields: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
password_length: Optional[str] = None,
rdp_admin_name: Optional[str] = None,
rdp_admin_pwd: Optional[str] = None,
rdp_host_name: Optional[str] = None,
rdp_host_port: Optional[str] = None,
rdp_user_groups: Optional[str] = None,
secure_access_allow_external_user: Optional[bool] = None,
secure_access_certificate_issuer: Optional[str] = None,
secure_access_delay: Optional[float] = None,
secure_access_enable: Optional[str] = None,
secure_access_hosts: Optional[Sequence[str]] = None,
secure_access_rd_gateway_server: Optional[str] = None,
secure_access_rdp_domain: Optional[str] = None,
secure_access_rdp_user: Optional[str] = None,
secure_access_web: Optional[bool] = None,
tags: Optional[Sequence[str]] = None,
target_name: Optional[str] = None,
user_ttl: Optional[str] = None,
warn_user_before_expiration: Optional[float] = None) -> DynamicSecretRdpfunc GetDynamicSecretRdp(ctx *Context, name string, id IDInput, state *DynamicSecretRdpState, opts ...ResourceOption) (*DynamicSecretRdp, error)public static DynamicSecretRdp Get(string name, Input<string> id, DynamicSecretRdpState? state, CustomResourceOptions? opts = null)public static DynamicSecretRdp get(String name, Output<String> id, DynamicSecretRdpState state, CustomResourceOptions options)resources: _: type: akeyless:DynamicSecretRdp get: 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.
- Allow
User doubleExtend Session - Allow user to extend session
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringRdp Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Fixed
User stringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- Fixed
User stringOnly - Allow access using externally (IdP) provided username [true/false]
- Item
Custom Dictionary<string, string>Fields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Rdp
Admin stringName - RDP Admin Name
- Rdp
Admin stringPwd - RDP Admin password
- Rdp
Host stringName - Hostname
- Rdp
Host stringPort - Port
- Rdp
User stringGroups - Groups
- Secure
Access boolAllow External User - Allow providing external user for a domain users
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access doubleDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access List<string>Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- Secure
Access stringRd Gateway Server - RD Gateway server
- Secure
Access stringRdp Domain - Required when the Dynamic Secret is used for a domain user
- Secure
Access stringRdp User - Override the RDP Domain username
- Secure
Access boolWeb - Enable Web Secure Remote Access
- List<string>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Target name
- User
Ttl string - User TTL
- Warn
User doubleBefore Expiration - Warn user before expiration in minutes
- Allow
User float64Extend Session - Allow user to extend session
- Custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dynamic
Secret stringRdp Id - The ID of this resource.
- Encryption
Key stringName - Dynamic producer encryption key
- Fixed
User stringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- Fixed
User stringOnly - Allow access using externally (IdP) provided username [true/false]
- Item
Custom map[string]stringFields - Additional custom fields to associate with the item
- Name string
- Dynamic secret name
- Password
Length string - The length of the password to be generated
- Rdp
Admin stringName - RDP Admin Name
- Rdp
Admin stringPwd - RDP Admin password
- Rdp
Host stringName - Hostname
- Rdp
Host stringPort - Port
- Rdp
User stringGroups - Groups
- Secure
Access boolAllow External User - Allow providing external user for a domain users
- Secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- Secure
Access float64Delay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- Secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- Secure
Access []stringHosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- Secure
Access stringRd Gateway Server - RD Gateway server
- Secure
Access stringRdp Domain - Required when the Dynamic Secret is used for a domain user
- Secure
Access stringRdp User - Override the RDP Domain username
- Secure
Access boolWeb - Enable Web Secure Remote Access
- []string
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- Target
Name string - Target name
- User
Ttl string - User TTL
- Warn
User float64Before Expiration - Warn user before expiration in minutes
- allow
User DoubleExtend Session - Allow user to extend session
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringRdp Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- fixed
User StringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed
User StringOnly - Allow access using externally (IdP) provided username [true/false]
- item
Custom Map<String,String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- rdp
Admin StringName - RDP Admin Name
- rdp
Admin StringPwd - RDP Admin password
- rdp
Host StringName - Hostname
- rdp
Host StringPort - Port
- rdp
User StringGroups - Groups
- secure
Access BooleanAllow External User - Allow providing external user for a domain users
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access DoubleDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure
Access StringRd Gateway Server - RD Gateway server
- secure
Access StringRdp Domain - Required when the Dynamic Secret is used for a domain user
- secure
Access StringRdp User - Override the RDP Domain username
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Target name
- user
Ttl String - User TTL
- warn
User DoubleBefore Expiration - Warn user before expiration in minutes
- allow
User numberExtend Session - Allow user to extend session
- custom
Username stringTemplate - Customize how temporary usernames are generated using go template
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dynamic
Secret stringRdp Id - The ID of this resource.
- encryption
Key stringName - Dynamic producer encryption key
- fixed
User stringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed
User stringOnly - Allow access using externally (IdP) provided username [true/false]
- item
Custom {[key: string]: string}Fields - Additional custom fields to associate with the item
- name string
- Dynamic secret name
- password
Length string - The length of the password to be generated
- rdp
Admin stringName - RDP Admin Name
- rdp
Admin stringPwd - RDP Admin password
- rdp
Host stringName - Hostname
- rdp
Host stringPort - Port
- rdp
User stringGroups - Groups
- secure
Access booleanAllow External User - Allow providing external user for a domain users
- secure
Access stringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access numberDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure
Access stringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access string[]Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure
Access stringRd Gateway Server - RD Gateway server
- secure
Access stringRdp Domain - Required when the Dynamic Secret is used for a domain user
- secure
Access stringRdp User - Override the RDP Domain username
- secure
Access booleanWeb - Enable Web Secure Remote Access
- string[]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name string - Target name
- user
Ttl string - User TTL
- warn
User numberBefore Expiration - Warn user before expiration in minutes
- allow_
user_ floatextend_ session - Allow user to extend session
- custom_
username_ strtemplate - Customize how temporary usernames are generated using go template
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- dynamic_
secret_ strrdp_ id - The ID of this resource.
- encryption_
key_ strname - Dynamic producer encryption key
- fixed_
user_ strclaim_ keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed_
user_ stronly - Allow access using externally (IdP) provided username [true/false]
- item_
custom_ Mapping[str, str]fields - Additional custom fields to associate with the item
- name str
- Dynamic secret name
- password_
length str - The length of the password to be generated
- rdp_
admin_ strname - RDP Admin Name
- rdp_
admin_ strpwd - RDP Admin password
- rdp_
host_ strname - Hostname
- rdp_
host_ strport - Port
- rdp_
user_ strgroups - Groups
- secure_
access_ boolallow_ external_ user - Allow providing external user for a domain users
- secure_
access_ strcertificate_ issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure_
access_ floatdelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure_
access_ strenable - Enable/Disable secure remote access, [true/false]
- secure_
access_ Sequence[str]hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure_
access_ strrd_ gateway_ server - RD Gateway server
- secure_
access_ strrdp_ domain - Required when the Dynamic Secret is used for a domain user
- secure_
access_ strrdp_ user - Override the RDP Domain username
- secure_
access_ boolweb - Enable Web Secure Remote Access
- Sequence[str]
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target_
name str - Target name
- user_
ttl str - User TTL
- warn_
user_ floatbefore_ expiration - Warn user before expiration in minutes
- allow
User NumberExtend Session - Allow user to extend session
- custom
Username StringTemplate - Customize how temporary usernames are generated using go template
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dynamic
Secret StringRdp Id - The ID of this resource.
- encryption
Key StringName - Dynamic producer encryption key
- fixed
User StringClaim Keyname - For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true)
- fixed
User StringOnly - Allow access using externally (IdP) provided username [true/false]
- item
Custom Map<String>Fields - Additional custom fields to associate with the item
- name String
- Dynamic secret name
- password
Length String - The length of the password to be generated
- rdp
Admin StringName - RDP Admin Name
- rdp
Admin StringPwd - RDP Admin password
- rdp
Host StringName - Hostname
- rdp
Host StringPort - Port
- rdp
User StringGroups - Groups
- secure
Access BooleanAllow External User - Allow providing external user for a domain users
- secure
Access StringCertificate Issuer - Path to the SSH Certificate Issuer for your Akeyless Secure Access
- secure
Access NumberDelay - The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds
- secure
Access StringEnable - Enable/Disable secure remote access, [true/false]
- secure
Access List<String>Hosts - Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
- secure
Access StringRd Gateway Server - RD Gateway server
- secure
Access StringRdp Domain - Required when the Dynamic Secret is used for a domain user
- secure
Access StringRdp User - Override the RDP Domain username
- secure
Access BooleanWeb - Enable Web Secure Remote Access
- List<String>
- List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
- target
Name String - Target name
- user
Ttl String - User TTL
- warn
User NumberBefore Expiration - Warn user before expiration in minutes
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
