Method: projects.locations.appGateways.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets details of a single AppGateway.
HTTP request
GET https://beyondcorp.googleapis.com/v1/{name=projects/*/locations/*/appGateways/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. BeyondCorp AppGateway name using the form: projects/{projectId}/locations/{locationId}/appGateways/{appGatewayId}
Authorization requires the following IAM permission on the specified resource name :
beyondcorp.appGateways.get
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AppGateway
.
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 page details how to retrieve information about a single AppGateway using a GET request to the BeyondCorp API."],["The HTTP request utilizes gRPC Transcoding syntax, and the full URL structure is provided with the specific `name` parameter."],["The `name` path parameter is required and requires specific IAM permissions: `beyondcorp.appGateways.get`."],["No request body is needed for this operation, as it retrieves an existing object, not creating or updating it."],["A successful response will contain an instance of the requested `AppGateway`, and authentication requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]