Lists all VPC-SC supported services
.
HTTP request
GET https://accesscontextmanager.googleapis.com/v1alpha/services
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
This flag specifies the maximum number of services to return per page. Default is 100. |
pageToken |
Token to start on a later page. Default is the first page. |
Request body
The request body must be empty.
Response body
A response to ListSupportedServicesRequest
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"supportedServices": [
{
object ( |
Fields | |
---|---|
supportedServices[] |
List of |
nextPageToken |
The pagination token to retrieve the next page of results. If the value is empty, no further results remain. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.