public sealed class AppConnection : IMessage<AppConnection>, IEquatable<AppConnection>, IDeepCloneable<AppConnection>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnection.
A BeyondCorp AppConnection resource represents a BeyondCorp protected
AppConnection to a remote application. It creates all the necessary GCP
components needed for creating a BeyondCorp protected AppConnection. Multiple
connectors can be authorised for a single AppConnection.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eAppConnection\u003c/code\u003e class within the Google Cloud BeyondCorp AppConnections v1 API, detailing its structure and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAppConnection\u003c/code\u003e class represents a protected connection to a remote application, managing the necessary GCP components and allowing authorization of multiple connectors.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documented is 1.4.0, with older versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also accessible for reference.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eAppConnection\u003c/code\u003e class include \u003ccode\u003eApplicationEndpoint\u003c/code\u003e (address of the remote application), \u003ccode\u003eConnectors\u003c/code\u003e (list of authorized connectors), and \u003ccode\u003eState\u003c/code\u003e (current state of the connection).\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and contains properties like \u003ccode\u003eCreateTime\u003c/code\u003e and \u003ccode\u003eUpdateTime\u003c/code\u003e which track the resource's lifecycle.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp AppConnections v1 API - Class AppConnection (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.3.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.2.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.1.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.0.0/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection) \n\n public sealed class AppConnection : IMessage\u003cAppConnection\u003e, IEquatable\u003cAppConnection\u003e, IDeepCloneable\u003cAppConnection\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnection.\n\nA BeyondCorp AppConnection resource represents a BeyondCorp protected\nAppConnection to a remote application. It creates all the necessary GCP\ncomponents needed for creating a BeyondCorp protected AppConnection. Multiple\nconnectors can be authorised for a single AppConnection. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AppConnection \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AppConnection](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AppConnection](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AppConnection](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BeyondCorp.AppConnections.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.AppConnections.V1.dll\n\nConstructors\n------------\n\n### AppConnection()\n\n public AppConnection()\n\n### AppConnection(AppConnection)\n\n public AppConnection(AppConnection other)\n\nProperties\n----------\n\n### AppConnectionName\n\n public AppConnectionName AppConnectionName { get; set; }\n\n[AppConnectionName](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnection#Google_Cloud_BeyondCorp_AppConnections_V1_AppConnection_Name) resource name property.\n\n### ApplicationEndpoint\n\n public AppConnection.Types.ApplicationEndpoint ApplicationEndpoint { get; set; }\n\nRequired. Address of the remote application endpoint for the BeyondCorp\nAppConnection.\n\n### Connectors\n\n public RepeatedField\u003cstring\u003e Connectors { get; }\n\nOptional. List of \\[google.cloud.beyondcorp.v1main.Connector.name\\] that are\nauthorised to be associated with this AppConnection.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Timestamp when the resource was created.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOptional. An arbitrary user-provided name for the AppConnection. Cannot\nexceed 64 characters.\n\n### Gateway\n\n public AppConnection.Types.Gateway Gateway { get; set; }\n\nOptional. Gateway used by the AppConnection.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nOptional. Resource labels to represent user provided metadata.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Unique resource name of the AppConnection.\nThe name is ignored when creating a AppConnection.\n\n### State\n\n public AppConnection.Types.State State { get; set; }\n\nOutput only. The current state of the AppConnection.\n\n### Type\n\n public AppConnection.Types.Type Type { get; set; }\n\nRequired. The type of network connectivity used by the AppConnection.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. A unique identifier for the instance generated by the\nsystem.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. Timestamp when the resource was last modified."]]