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

    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:

    DesktopAppSecureWebAccessUrl string
    Specify the Web Access URL to be used by the Desktop Application
    DesktopAppSecureWebProxy string
    Specify the URL for secure web proxy to be used by the Desktop Application
    DesktopAppSshCertIssuer string
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    GatewayRemoteAccessDesktopAppId string
    The ID of this resource.
    DesktopAppSecureWebAccessUrl string
    Specify the Web Access URL to be used by the Desktop Application
    DesktopAppSecureWebProxy string
    Specify the URL for secure web proxy to be used by the Desktop Application
    DesktopAppSshCertIssuer string
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    GatewayRemoteAccessDesktopAppId string
    The ID of this resource.
    desktopAppSecureWebAccessUrl String
    Specify the Web Access URL to be used by the Desktop Application
    desktopAppSecureWebProxy String
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktopAppSshCertIssuer String
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gatewayRemoteAccessDesktopAppId String
    The ID of this resource.
    desktopAppSecureWebAccessUrl string
    Specify the Web Access URL to be used by the Desktop Application
    desktopAppSecureWebProxy string
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktopAppSshCertIssuer string
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gatewayRemoteAccessDesktopAppId string
    The ID of this resource.
    desktop_app_secure_web_access_url str
    Specify the Web Access URL to be used by the Desktop Application
    desktop_app_secure_web_proxy str
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktop_app_ssh_cert_issuer str
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gateway_remote_access_desktop_app_id str
    The ID of this resource.
    desktopAppSecureWebAccessUrl String
    Specify the Web Access URL to be used by the Desktop Application
    desktopAppSecureWebProxy String
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktopAppSshCertIssuer String
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gatewayRemoteAccessDesktopAppId String
    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) -> GatewayRemoteAccessDesktopApp
    func 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.
    The following state arguments are supported:
    DesktopAppSecureWebAccessUrl string
    Specify the Web Access URL to be used by the Desktop Application
    DesktopAppSecureWebProxy string
    Specify the URL for secure web proxy to be used by the Desktop Application
    DesktopAppSshCertIssuer string
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    GatewayRemoteAccessDesktopAppId string
    The ID of this resource.
    DesktopAppSecureWebAccessUrl string
    Specify the Web Access URL to be used by the Desktop Application
    DesktopAppSecureWebProxy string
    Specify the URL for secure web proxy to be used by the Desktop Application
    DesktopAppSshCertIssuer string
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    GatewayRemoteAccessDesktopAppId string
    The ID of this resource.
    desktopAppSecureWebAccessUrl String
    Specify the Web Access URL to be used by the Desktop Application
    desktopAppSecureWebProxy String
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktopAppSshCertIssuer String
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gatewayRemoteAccessDesktopAppId String
    The ID of this resource.
    desktopAppSecureWebAccessUrl string
    Specify the Web Access URL to be used by the Desktop Application
    desktopAppSecureWebProxy string
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktopAppSshCertIssuer string
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gatewayRemoteAccessDesktopAppId string
    The ID of this resource.
    desktop_app_secure_web_access_url str
    Specify the Web Access URL to be used by the Desktop Application
    desktop_app_secure_web_proxy str
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktop_app_ssh_cert_issuer str
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gateway_remote_access_desktop_app_id str
    The ID of this resource.
    desktopAppSecureWebAccessUrl String
    Specify the Web Access URL to be used by the Desktop Application
    desktopAppSecureWebProxy String
    Specify the URL for secure web proxy to be used by the Desktop Application
    desktopAppSshCertIssuer String
    Specify the default SSH-CERT-ISSUER that will be used as a fallback for Desktop Application
    gatewayRemoteAccessDesktopAppId String
    The ID of this resource.

    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.