- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists Applications in a given project and location.
HTTP request
GET https://beyondcorp.googleapis.com/v1/{parent=projects/*/locations/*/securityGateways/*}/applications
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent location to which the resources belong. |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response may include a partial list and a caller should only rely on response's [nextPageToken][BeyondCorp.ListApplicationsResponse.next_page_token] to determine if there are more instances left to be queried. |
pageToken |
Optional. The nextPageToken value returned from a previous ListApplicationsRequest, if any. |
filter |
Optional. A filter specifying constraints of a list operation. All fields in the Application message are supported. For example, the following query will return the Application with displayName "test-application" For more information, please refer to https://google.aip.dev/160. |
orderBy |
Optional. Specifies the ordering of results. See Sorting order for more information. |
Request body
The request body must be empty.
Response body
Message for response to listing Applications.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"applications": [
{
object ( |
Fields | |
---|---|
applications[] |
A list of BeyondCorp Application in the project. |
nextPageToken |
A token to retrieve the next page of results, or empty if there are no more results in the list. |
unreachable[] |
A list of locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
beyondcorp.sgApplications.list
For more information, see the IAM documentation.