public sealed class GetAppConnectionRequest : IMessage<GetAppConnectionRequest>, IEquatable<GetAppConnectionRequest>, IDeepCloneable<GetAppConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnections v1 API class GetAppConnectionRequest.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `GetAppConnectionRequest` class within the BeyondCorp AppConnections v1 API, specifically version 1.3.0."],["`GetAppConnectionRequest` is used as a request message for the `BeyondCorp.GetAppConnection` method, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that takes another `GetAppConnectionRequest` as a parameter for cloning purposes."],["The `GetAppConnectionRequest` class has two main properties: `AppConnectionName`, which provides a typed view of the resource name, and `Name`, which is a string representing the required BeyondCorp AppConnection resource name."],["The API has multiple versions available, with version 1.4.0 being the latest, all the way down to 1.0.0."]]],[]]