published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Remote access desktop app config
Create GatewayRemoteAccessDesktopApp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayRemoteAccessDesktopApp(name: string, args?: GatewayRemoteAccessDesktopAppArgs, opts?: CustomResourceOptions);@overload
def GatewayRemoteAccessDesktopApp(resource_name: str,
args: Optional[GatewayRemoteAccessDesktopAppArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayRemoteAccessDesktopApp(resource_name: str,
opts: Optional[ResourceOptions] = None,
desktop_app_secure_web_access_url: Optional[str] = None,
desktop_app_secure_web_proxy: Optional[str] = None,
desktop_app_ssh_cert_issuer: Optional[str] = None,
gateway_remote_access_desktop_app_id: Optional[str] = None)func NewGatewayRemoteAccessDesktopApp(ctx *Context, name string, args *GatewayRemoteAccessDesktopAppArgs, opts ...ResourceOption) (*GatewayRemoteAccessDesktopApp, error)public GatewayRemoteAccessDesktopApp(string name, GatewayRemoteAccessDesktopAppArgs? args = null, CustomResourceOptions? opts = null)
public GatewayRemoteAccessDesktopApp(String name, GatewayRemoteAccessDesktopAppArgs args)
public GatewayRemoteAccessDesktopApp(String name, GatewayRemoteAccessDesktopAppArgs args, CustomResourceOptions options)
type: akeyless:GatewayRemoteAccessDesktopApp
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 GatewayRemoteAccessDesktopAppArgs
- 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 GatewayRemoteAccessDesktopAppArgs
- 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 GatewayRemoteAccessDesktopAppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayRemoteAccessDesktopAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayRemoteAccessDesktopAppArgs
- 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 gatewayRemoteAccessDesktopAppResource = new Akeyless.GatewayRemoteAccessDesktopApp("gatewayRemoteAccessDesktopAppResource", new()
{
DesktopAppSecureWebAccessUrl = "string",
DesktopAppSecureWebProxy = "string",
DesktopAppSshCertIssuer = "string",
GatewayRemoteAccessDesktopAppId = "string",
});
example, err := akeyless.NewGatewayRemoteAccessDesktopApp(ctx, "gatewayRemoteAccessDesktopAppResource", &akeyless.GatewayRemoteAccessDesktopAppArgs{
DesktopAppSecureWebAccessUrl: pulumi.String("string"),
DesktopAppSecureWebProxy: pulumi.String("string"),
DesktopAppSshCertIssuer: pulumi.String("string"),
GatewayRemoteAccessDesktopAppId: pulumi.String("string"),
})
var gatewayRemoteAccessDesktopAppResource = new GatewayRemoteAccessDesktopApp("gatewayRemoteAccessDesktopAppResource", GatewayRemoteAccessDesktopAppArgs.builder()
.desktopAppSecureWebAccessUrl("string")
.desktopAppSecureWebProxy("string")
.desktopAppSshCertIssuer("string")
.gatewayRemoteAccessDesktopAppId("string")
.build());
gateway_remote_access_desktop_app_resource = akeyless.GatewayRemoteAccessDesktopApp("gatewayRemoteAccessDesktopAppResource",
desktop_app_secure_web_access_url="string",
desktop_app_secure_web_proxy="string",
desktop_app_ssh_cert_issuer="string",
gateway_remote_access_desktop_app_id="string")
const gatewayRemoteAccessDesktopAppResource = new akeyless.GatewayRemoteAccessDesktopApp("gatewayRemoteAccessDesktopAppResource", {
desktopAppSecureWebAccessUrl: "string",
desktopAppSecureWebProxy: "string",
desktopAppSshCertIssuer: "string",
gatewayRemoteAccessDesktopAppId: "string",
});
type: akeyless:GatewayRemoteAccessDesktopApp
properties:
desktopAppSecureWebAccessUrl: string
desktopAppSecureWebProxy: string
desktopAppSshCertIssuer: string
gatewayRemoteAccessDesktopAppId: string
GatewayRemoteAccessDesktopApp 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 GatewayRemoteAccessDesktopApp resource accepts the following input properties:
- Desktop
App stringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- Desktop
App stringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- Desktop
App stringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- Gateway
Remote stringAccess Desktop App Id - The ID of this resource.
- Desktop
App stringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- Desktop
App stringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- Desktop
App stringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- Gateway
Remote stringAccess Desktop App Id - The ID of this resource.
- desktop
App StringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- desktop
App StringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop
App StringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway
Remote StringAccess Desktop App Id - The ID of this resource.
- desktop
App stringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- desktop
App stringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop
App stringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway
Remote stringAccess Desktop App Id - The ID of this resource.
- desktop_
app_ strsecure_ web_ access_ url - Specify the Web Access URL to be used by the Desktop Application
- desktop_
app_ strsecure_ web_ proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop_
app_ strssh_ cert_ issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway_
remote_ straccess_ desktop_ app_ id - The ID of this resource.
- desktop
App StringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- desktop
App StringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop
App StringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway
Remote StringAccess Desktop App Id - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessDesktopApp 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 GatewayRemoteAccessDesktopApp Resource
Get an existing GatewayRemoteAccessDesktopApp 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?: GatewayRemoteAccessDesktopAppState, opts?: CustomResourceOptions): GatewayRemoteAccessDesktopApp@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
desktop_app_secure_web_access_url: Optional[str] = None,
desktop_app_secure_web_proxy: Optional[str] = None,
desktop_app_ssh_cert_issuer: Optional[str] = None,
gateway_remote_access_desktop_app_id: Optional[str] = None) -> GatewayRemoteAccessDesktopAppfunc GetGatewayRemoteAccessDesktopApp(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessDesktopAppState, opts ...ResourceOption) (*GatewayRemoteAccessDesktopApp, error)public static GatewayRemoteAccessDesktopApp Get(string name, Input<string> id, GatewayRemoteAccessDesktopAppState? state, CustomResourceOptions? opts = null)public static GatewayRemoteAccessDesktopApp get(String name, Output<String> id, GatewayRemoteAccessDesktopAppState state, CustomResourceOptions options)resources: _: type: akeyless:GatewayRemoteAccessDesktopApp 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.
- Desktop
App stringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- Desktop
App stringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- Desktop
App stringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- Gateway
Remote stringAccess Desktop App Id - The ID of this resource.
- Desktop
App stringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- Desktop
App stringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- Desktop
App stringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- Gateway
Remote stringAccess Desktop App Id - The ID of this resource.
- desktop
App StringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- desktop
App StringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop
App StringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway
Remote StringAccess Desktop App Id - The ID of this resource.
- desktop
App stringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- desktop
App stringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop
App stringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway
Remote stringAccess Desktop App Id - The ID of this resource.
- desktop_
app_ strsecure_ web_ access_ url - Specify the Web Access URL to be used by the Desktop Application
- desktop_
app_ strsecure_ web_ proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop_
app_ strssh_ cert_ issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway_
remote_ straccess_ desktop_ app_ id - The ID of this resource.
- desktop
App StringSecure Web Access Url - Specify the Web Access URL to be used by the Desktop Application
- desktop
App StringSecure Web Proxy - Specify the URL for secure web proxy to be used by the Desktop Application
- desktop
App StringSsh Cert Issuer - Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
- gateway
Remote StringAccess Desktop App Id - The ID of this resource.
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
