Interface protos.google.cloud.beyondcorp.appconnections.v1.IAppConnection (0.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an AppConnection.
Package
@google-cloud/appconnections
Properties
applicationEndpoint
applicationEndpoint?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.IApplicationEndpoint|null);
AppConnection applicationEndpoint
connectors
connectors?: (string[]|null);
createTime
createTime?: (google.protobuf.ITimestamp|null);
displayName
displayName?: (string|null);
AppConnection displayName
gateway
gateway?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.IGateway|null);
labels
labels?: ({ [k: string]: string }|null);
name
state
state?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.State|keyof typeof google.cloud.beyondcorp.appconnections.v1.AppConnection.State|null);
type
type?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.Type|keyof typeof google.cloud.beyondcorp.appconnections.v1.AppConnection.Type|null);
uid
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.beyondcorp.appconnections.v1.IAppConnection (0.3.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.2 (latest)](/nodejs/docs/reference/appconnections/latest/appconnections/protos.google.cloud.beyondcorp.appconnections.v1.iappconnection)\n- [0.3.1](/nodejs/docs/reference/appconnections/0.3.1/appconnections/protos.google.cloud.beyondcorp.appconnections.v1.iappconnection)\n- [0.2.3](/nodejs/docs/reference/appconnections/0.2.3/appconnections/protos.google.cloud.beyondcorp.appconnections.v1.iappconnection) \nProperties of an AppConnection.\n\nPackage\n-------\n\n[@google-cloud/appconnections](../overview.html)\n\nProperties\n----------\n\n### applicationEndpoint\n\n applicationEndpoint?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.IApplicationEndpoint|null);\n\nAppConnection applicationEndpoint\n\n### connectors\n\n connectors?: (string[]|null);\n\nAppConnection connectors\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nAppConnection createTime\n\n### displayName\n\n displayName?: (string|null);\n\nAppConnection displayName\n\n### gateway\n\n gateway?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.IGateway|null);\n\nAppConnection gateway\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nAppConnection labels\n\n### name\n\n name?: (string|null);\n\nAppConnection name\n\n### state\n\n state?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.State|keyof typeof google.cloud.beyondcorp.appconnections.v1.AppConnection.State|null);\n\nAppConnection state\n\n### type\n\n type?: (google.cloud.beyondcorp.appconnections.v1.AppConnection.Type|keyof typeof google.cloud.beyondcorp.appconnections.v1.AppConnection.Type|null);\n\nAppConnection type\n\n### uid\n\n uid?: (string|null);\n\nAppConnection uid\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nAppConnection updateTime"]]