Method: projects.locations.appConnectors.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets details of a single AppConnector.
HTTP request
GET https://beyondcorp.googleapis.com/v1/{name=projects/*/locations/*/appConnectors/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. BeyondCorp AppConnector name using the form: projects/{projectId}/locations/{locationId}/appConnectors/{appConnectorId}
Authorization requires the following IAM permission on the specified resource name :
beyondcorp.appConnectors.get
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AppConnector
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
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 2024-02-15 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 2024-02-15 UTC."],[[["This webpage details how to retrieve information about a single AppConnector using a GET request."],["The required HTTP request format is `GET https://beyondcorp.googleapis.com/v1/{name=projects/*/locations/*/appConnectors/*}`, utilizing gRPC Transcoding syntax."],["The `name` path parameter, which is required, specifies the AppConnector using the format: `projects/{projectId}/locations/{locationId}/appConnectors/{appConnectorId}`."],["The request body must be empty, and a successful request will return an instance of `AppConnector` in the response body."],["Accessing this data requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `beyondcorp.appConnectors.get` IAM permission."]]],[]]