Skip to main content

services

Creates, updates, deletes, gets or lists a services resource.

Overview

Nameservices
TypeResource
Idgoogle.accesscontextmanager.services

Fields

NameDatatypeDescription
namestringThe service name or address of the supported service, such as service.googleapis.com.
availableOnRestrictedVipbooleanTrue if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
knownLimitationsbooleanTrue if the service is supported with some limitations. Check documentation for details.
serviceSupportStagestringThe support stage of the service.
supportStagestringThe support stage of the service.
supportedMethodsarrayThe list of the supported methods. This field exists only in response to GetSupportedService
titlestringThe name of the supported product, such as 'Cloud Product API'.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnameReturns a VPC-SC supported service based on the service name.
listSELECTLists all VPC-SC supported services.

SELECT examples

Lists all VPC-SC supported services.

SELECT
name,
availableOnRestrictedVip,
knownLimitations,
serviceSupportStage,
supportStage,
supportedMethods,
title
FROM google.accesscontextmanager.services
WHERE = '{{ }}';