Restricting endpoint usage
This page provides an overview of the Restrict Endpoint Usage organization policy constraint , which allows enterprise administrators to control which Google Cloud API endpoints can be used within their Google Cloud resource hierarchy.
Administrators can use this constraint to define hierarchical restrictions on
allowed Google Cloud API endpoints, such as global, locational, or regional
endpoints. For example, you can configure a project to deny requests to the
global bigquery.googleapis.com
endpoint, but allow requests to the locational LOCATION
-biguery.googleapis.com
endpoint. By restricting
global API endpoint usage, organizations can meet compliance requirements by
ensuring that only allowed locational or regional endpoints are used.
The Restrict Endpoint Usage constraint is set using a denylist, allowing requests to any supported services' API endpoints that are not explicitly denied.
This constraint controls the runtime access to all in-scope resources. When the organization policy containing this constraint is updated, it immediately applies to all resources within the scope of the policy, with eventual consistency.
We recommend that administrators carefully manage updates to organization policies containing this constraint. For example, you should consider setting the policy in dry-run mode to monitor how a policy change would impact your existing workflows before it is enforced.
API endpoint types
An API endpoint (or service endpoint) is a URL that specifies the network
address of a Google Cloud API service, such as bigquery.googleapis.com
.
Google Cloud services allow access to resources using different types of API
endpoints, including global, locational, and regional endpoints. Support for
each type depends on the service.
-
Global API endpointsdon't specify the location in the URL hostname. For example:
-
storage.googleapis.com
-
content-bigqueryconnection.googleapis.com
-
bigquerydatatransfer.mtls.googleapis.com
-
logging.googleapis.com
These globally-scoped endpoints provide highly-available service endpoints that terminate the TLS session as close to the client as possible, which minimizes latency when serving API calls from a dispersed client population over the internet.
-
-
Locational API endpointsspecify the location in the URL hostname. For example:
-
us-storage.googleapis.com
-
content-us-west3-bigqueryconnection.googleapis.com
-
us-west1-bigquerydatatransfer.mtls.googleapis.com
-
us-central1-logging.googleapis.com
These locational endpoints offer benefits to customers who require the use of location-specific services, and want to ensure that in-transit data remains in a particular location when accessed through private connectivity.
-
-
Regional API endpointsspecify the location as a sub-domain. For example:
-
storage.us-east2.rep.googleapis.com
-
content-bigqueryconnection.us-west3.rep.googleapis.com
-
bigquerydatatransfer.us-west1.rep.mtls.googleapis.com
-
logging.us-central1.rep.googleapis.com
These regional endpoints offer the most benefits to customers who require the use of location-specific services, and want to have ways to ensure that in-transit data remains in a particular location when accessed through either private connectivity or the public internet.
-
Limitations
The Restrict Endpoint Usage constraint controls the ability to use specific API endpoints to access your resources. It shouldn't be confused with other similar constraints, such as:
- Restrict Resource Location constraint , which controls where resources can or cannot be created.
- Restrict Resource Service Usage constraint , which controls which resource services can be used.
To avoid breaking existing serving infrastructure, you should test any new organization policy on non-production projects and folders, then apply the policy gradually within your organization.
This constraint applies to a specific subset of products and resource types. For a list of supported services and details on the behavior of each service, see the Supported API endpoints section.
For data storage commitments, see the Google Cloud Terms of Service and the Service Specific Terms . Organization policies that contain the Restrict Endpoint Usage constraint are not data residency commitments.
Setting the organization policy
To set, change, or delete an organization policy, you must have the Organization Policy Administrator role.
Organization policy constraints can be set at the organization, folder, and project level. Each policy applies to all resources within its corresponding resource hierarchy, but can be overridden at lower levels in the resource hierarchy.
For more information about policy evaluation, see Understanding Hierarchy Evaluation .
The Restrict Endpoint Usage constraint is a type of list constraint
.
You can add and remove endpoints from the denied_values
lists of the
constraint.
Console
-
Go to the Organization policiespage in the Google Cloud console.
-
From the Project picker, select the organization, folder, or project for which you want to set the organization policy.
-
In the table of organization policies, select Restrict endpoint usageto open its Policy detailspage.
-
Click Manage policy.
-
Under Applies to, select Customize.
-
Under Policy enforcement, choose how to apply inheritance to this policy.
-
If you want to inherit the organization policy of the parent resource and merge it with this one, select Merge with parent.
-
If you want to override any existing organization policies, select Replace.
-
-
Click Add a rule.
-
Under Policy values, select Custom.
-
Under Policy type, select Denyto create a list of denied endpoints.
-
Under Custom values, add the API endpoint hostname you want to block to the list.
-
For example, to block BigQuery's global API endpoint, enter
bigquery.googleapis.com
. -
To add more endpoints, click Add value.
-
-
To enforce the policy, click Save.
gcloud
Organization policies can be set through the gcloud resource-manager org-policies set-policy
command. To enforce an organization policy that includes the Restrict Endpoint Usageconstraint, first create a YAML file with the
policy to be updated:
constraint
:
constraints/gcp.restrictEndpointUsage
listPolicy
:
deniedValues
:
-
storage.googleapis.com
-
content-bigqueryreservation.googleapis.com
-
bigquerystorage.mtls.googleapis.com
-
logging.googleapis.com
Replace the following placeholder values with your own before you run the command:
- RESOURCE_TYPE
: The type of resource, either a project or a
folder. For example:
project
- RESOURCE_ID
: The resource ID of the project or folder. For
example:
8767234
gcloud resource-manager org-policies set-policy \ -- RESOURCE_TYPE = ' RESOURCE_ID ' /tmp/policy.yaml
The response contains the newly set organization policy:
constraint: constraints/gcp.restrictEndpointUsage etag: CKCRl6oGEPjG-tMB listPolicy: deniedValues: - storage.googleapis.com - content-bigqueryreservation.googleapis.com - bigquerystorage.mtls.googleapis.com - logging.googleapis.com updateTime: '2023-11-04T04:29:20.444507Z'
If a request to a denied API endpoint attempts to access a resource, the request will fail, and an error is returned that describes the reason for this failure.
Create an organization policy in dry-run mode
An organization policy in dry-run mode is a type of organization policy where violations of the policy are audit logged, but the violating actions aren't denied. You can create an organization policy in dry-run mode using the Restrict Endpoint Usageconstraint to monitor how it would affect your organization before you enforce the live policy. For more information, see Create an organization policy in dry-run mode .
Error message
If you set an organization policy to deny an endpoint, operations using that endpoint within your resource hierarchy fail. An error is returned that describes the reason for this failure. Also, an audit log entry is generated for further monitoring, alerting, or debugging.
Example error message
In the following example, a curl request using API endpoint storage.googleapis.com
fails due to policy enforcement:
curl -X GET \ -H "Authorization: Bearer OAUTH2_TOKEN" \ -o "SAVE_TO_LOCATION" \ "https://storage.googleapis.com/storage/v1/b/BUCKET_NAME/o/OBJECT_NAME?alt=media" Access to projects/foo-123 through endpoint storage.googleapis.com was denied by the constraints/gcp.restrictEndpointUsage organization policy constraint. To access this resource, please use an allowed endpoint.
Example audit log entry
The following example audit log entry demonstrates when access to a resource is denied:
{ logName : "projects/my-projectid/logs/cloudaudit.googleapis.com%2Fpolicy" pro t oPayload : { @ t ype : "type.googleapis.com/google.cloud.audit.AuditLog" s tatus : { code : 7 message : "Access to projects/my-projectid through endpoint bigquery.googleapis.com was denied by the constraints/gcp.restrictEndpointUsage organization policy constraint. To access this resource, please use an allowed endpoint." } serviceName : "bigquery.googleapis.com" me t hodName : "google.cloud.bigquery.v2.TableDataService.InsertAll" resourceName : "projects/my-projectid" au t he nt ica t io n I nf o : { pri n cipalEmail : "user_or_service_account@example.com" } } reques t Me ta da ta : { callerIp : "123.123.123.123" } policyViola t io n I nf o : { orgPolicyViola t io n I nf o : { viola t io n I nf o : [ { co nstra i nt : "constraints/gcp.restrictEndpointUsage" checkedValue : "bigquery.googleapis.com" policyType : LIST_CONSTRAINT } ] } } resource : { t ype : "audited_resource" labels : { projec t _id : "224034263908" me t hod : "google.cloud.bigquery.v2.TableDataService.InsertAll" service : "bigquery.googleapis.com" } } severi t y : "ERROR" t imes ta mp : "2024-12-05T01:15:30.332519510Z" receiveTimes ta mp : "2024-08-15T17:55:01.159788588Z" i nsert Id : "42" }
Supported API endpoints
The following API endpoints are supported by the Restrict Endpoint Usage constraint:
-
discoveryengine.googleapis.com
Locational API endpoints:
-
us-discoveryengine.googleapis.com
-
eu-discoveryengine.googleapis.com
Restricting regional API endpoints isn't supported.
-
apigateway.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
apikeys.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
accesscontextmanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
accessapproval.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
apihub.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
apim.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
apigeeconnect.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
apigeeportal.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
apigeeregistry.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
appconfigmanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
designcenter.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
integrations.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
containeranalysis.googleapis.com
-
ondemandscanning.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
artifactregistry.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
assuredoss.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
assuredworkloads.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
auditmanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
authztoolkit.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
backupdr.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
gkebackup.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
batch.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
beyondcorp.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
biglake.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigquery.googleapis.com
-
www.googleapis.com (BigQuery)
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
www.googleapis.com/.../bigquery/...
is a legacy API endpoint format. Your
organization should use the newer APIs instead. You can add www.googleapis.com (BigQuery)
to the Restrict Endpoint Usage policy constraint to
avoid accidental use of the old APIs.-
bigqueryconnection.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigquerydatapolicy.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigquerydatatransfer.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigquerymigration.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigqueryreservation.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigquery-sq.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
bigquerystorage.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
binaryauthorization.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
blockchain.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
blockchainnodeengine.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
blockchainvalidatormanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
capacityplanner.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
privateca.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
certificatemanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudasset.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudbilling.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudbuild.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudcommerceproducer.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudcontrolspartner.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
datafusion.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dns.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
runtimeconfig.googleapis.com
-
deploymentmanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
domains.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
healthcare.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
ids.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudkms.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
lifesciences.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
logging.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
monitoring.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
language.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
networksecurity.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
-
networksecurity.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
-
networksecurity.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
oslogin.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
run.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
sqladmin.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
meshconfig.googleapis.com
-
networksecurity.googleapis.com
-
networkservices.googleapis.com
-
trafficdirector.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
spanner.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
storage.googleapis.com
-
storage-download.googleapis.com
-
storage-upload.googleapis.com
-
www.googleapis.com (Cloud Storage)
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
storage-download.googleapis.com
, storage-upload.googleapis.com
, and www.googleapis.com/.../storage/...
are legacy API endpoint formats. Your
organization should use the newer storage.googleapis.com
API endpoint instead. To
prevent accidental use of the legacy APIs, you can add storage-download.googleapis.com
, storage-upload.googleapis.com
, and www.googleapis.com (Cloud Storage)
to the Restrict Endpoint Usage policy constraint
denylist.Some Cloud Storage operations are not supported when using locational endpoints. See Locational endpoints for more information. If you configured the Restrict Endpoint Usage constraint to restrict global endpoints, you can use the Google Cloud console to perform these operations. These operations don't carry Customer Data as defined in the data residency service terms, and you can use them in the Google Cloud console without violating ITAR compliance.
Virtual hosted-style endpoints for the global endpoint are not supported at this time (e.g.
https:// BUCKET_NAME
.storage.googleapis.com
).-
cloudsupport.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
toolresults.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
workstations.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
commerceagreementpublishing.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
commercebusinessenablement.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
commercepricemanagement.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
confidentialcomputing.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
gkeconnect.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
connectgateway.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
contactcenteraiplatform.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
containerthreatdetection.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
contentwarehouse.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
continuousvalidation.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
datalabeling.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dspm.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
datamigration.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dataflow.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dataplex.googleapis.com
-
datalineage.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dataproc.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dataprocgdc.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
opsconfigmonitoring.googleapis.com
-
gdcvmmanager.googleapis.com
-
gdchardwaremanagement.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
edgecontainer.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
edgenetwork.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
enterpriseknowledgegraph.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
clouderrorreporting.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
essentialcontacts.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
eventarc.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
file.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
firestore.googleapis.com
Locational API endpoints:
-
africa-south1-firestore.googleapis.com
-
asia-east1-firestore.googleapis.com
-
asia-east2-firestore.googleapis.com
-
asia-northeast1-firestore.googleapis.com
-
asia-northeast2-firestore.googleapis.com
-
asia-northeast3-firestore.googleapis.com
-
asia-south1-firestore.googleapis.com
-
asia-south2-firestore.googleapis.com
-
asia-southeast1-firestore.googleapis.com
-
asia-southeast2-firestore.googleapis.com
-
australia-southeast1-firestore.googleapis.com
-
australia-southeast2-firestore.googleapis.com
-
eur3-firestore.googleapis.com
-
europe-central2-firestore.googleapis.com
-
europe-north1-firestore.googleapis.com
-
europe-north2-firestore.googleapis.com
-
europe-southwest1-firestore.googleapis.com
-
europe-west1-firestore.googleapis.com
-
europe-west2-firestore.googleapis.com
-
europe-west3-firestore.googleapis.com
-
europe-west4-firestore.googleapis.com
-
europe-west6-firestore.googleapis.com
-
europe-west8-firestore.googleapis.com
-
europe-west9-firestore.googleapis.com
-
europe-west10-firestore.googleapis.com
-
europe-west12-firestore.googleapis.com
-
me-central1-firestore.googleapis.com
-
me-central2-firestore.googleapis.com
-
me-west1-firestore.googleapis.com
-
nam5-firestore.googleapis.com
-
nam7-firestore.googleapis.com
-
northamerica-northeast1-firestore.googleapis.com
-
northamerica-northeast2-firestore.googleapis.com
-
northamerica-south1-firestore.googleapis.com
-
southamerica-east1-firestore.googleapis.com
-
southamerica-west1-firestore.googleapis.com
-
us-central1-firestore.googleapis.com
-
us-east1-firestore.googleapis.com
-
us-east4-firestore.googleapis.com
-
us-east5-firestore.googleapis.com
-
us-south1-firestore.googleapis.com
-
us-west1-firestore.googleapis.com
-
us-west2-firestore.googleapis.com
-
us-west3-firestore.googleapis.com
-
us-west4-firestore.googleapis.com
Restricting regional API endpoints isn't supported.
-
datastore.googleapis.com
Locational API endpoints:
-
africa-south1-datastore.googleapis.com
-
asia-east1-datastore.googleapis.com
-
asia-east2-datastore.googleapis.com
-
asia-northeast1-datastore.googleapis.com
-
asia-northeast2-datastore.googleapis.com
-
asia-northeast3-datastore.googleapis.com
-
asia-south1-datastore.googleapis.com
-
asia-south2-datastore.googleapis.com
-
asia-southeast1-datastore.googleapis.com
-
asia-southeast2-datastore.googleapis.com
-
australia-southeast1-datastore.googleapis.com
-
australia-southeast2-datastore.googleapis.com
-
eur3-datastore.googleapis.com
-
europe-central2-datastore.googleapis.com
-
europe-north1-datastore.googleapis.com
-
europe-north2-datastore.googleapis.com
-
europe-southwest1-datastore.googleapis.com
-
europe-west1-datastore.googleapis.com
-
europe-west2-datastore.googleapis.com
-
europe-west3-datastore.googleapis.com
-
europe-west4-datastore.googleapis.com
-
europe-west6-datastore.googleapis.com
-
europe-west8-datastore.googleapis.com
-
europe-west9-datastore.googleapis.com
-
europe-west10-datastore.googleapis.com
-
europe-west12-datastore.googleapis.com
-
me-central1-datastore.googleapis.com
-
me-central2-datastore.googleapis.com
-
me-west1-datastore.googleapis.com
-
nam5-datastore.googleapis.com
-
nam7-datastore.googleapis.com
-
northamerica-northeast1-datastore.googleapis.com
-
northamerica-northeast2-datastore.googleapis.com
-
northamerica-south1-datastore.googleapis.com
-
southamerica-east1-datastore.googleapis.com
-
southamerica-west1-datastore.googleapis.com
-
us-central1-datastore.googleapis.com
-
us-east1-datastore.googleapis.com
-
us-east4-datastore.googleapis.com
-
us-east5-datastore.googleapis.com
-
us-south1-datastore.googleapis.com
-
us-west1-datastore.googleapis.com
-
us-west2-datastore.googleapis.com
-
us-west3-datastore.googleapis.com
-
us-west4-datastore.googleapis.com
Restricting regional API endpoints isn't supported.
-
financialservices.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
firebaseapphosting.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
firebasedataconnect.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
firebaserules.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
aiplatform.googleapis.com
Locational API endpoints:
-
africa-south1-aiplatform.googleapis.com
-
asia-east1-aiplatform.googleapis.com
-
asia-east2-aiplatform.googleapis.com
-
asia-northeast1-aiplatform.googleapis.com
-
asia-northeast2-aiplatform.googleapis.com
-
asia-northeast3-aiplatform.googleapis.com
-
asia-south1-aiplatform.googleapis.com
-
asia-south2-aiplatform.googleapis.com
-
asia-southeast1-aiplatform.googleapis.com
-
asia-southeast2-aiplatform.googleapis.com
-
australia-southeast1-aiplatform.googleapis.com
-
australia-southeast2-aiplatform.googleapis.com
-
europe-central2-aiplatform.googleapis.com
-
europe-north1-aiplatform.googleapis.com
-
europe-southwest1-aiplatform.googleapis.com
-
europe-west1-aiplatform.googleapis.com
-
europe-west2-aiplatform.googleapis.com
-
europe-west3-aiplatform.googleapis.com
-
europe-west4-aiplatform.googleapis.com
-
europe-west6-aiplatform.googleapis.com
-
europe-west8-aiplatform.googleapis.com
-
europe-west9-aiplatform.googleapis.com
-
europe-west12-aiplatform.googleapis.com
-
me-central1-aiplatform.googleapis.com
-
me-central2-aiplatform.googleapis.com
-
me-west1-aiplatform.googleapis.com
-
northamerica-northeast1-aiplatform.googleapis.com
-
northamerica-northeast2-aiplatform.googleapis.com
-
southamerica-east1-aiplatform.googleapis.com
-
southamerica-west1-aiplatform.googleapis.com
-
us-central1-aiplatform.googleapis.com
-
us-east1-aiplatform.googleapis.com
-
us-east4-aiplatform.googleapis.com
-
us-east5-aiplatform.googleapis.com
-
us-south1-aiplatform.googleapis.com
-
us-west1-aiplatform.googleapis.com
-
us-west2-aiplatform.googleapis.com
-
us-west3-aiplatform.googleapis.com
-
us-west4-aiplatform.googleapis.com
Restricting regional API endpoints isn't supported.
-
gkedataplanemanagement.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
anthosedge.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
gkehub.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
gkemulticloud.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
gkeonprem.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudaicompanion.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloud.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
migrationcenter.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
stackdriver.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
container.googleapis.com
-
configdelivery.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
chroniclepartner.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
Locational API endpoints:
-
africa-south1-chronicle.googleapis.com
-
asia-northeast1-chronicle.googleapis.com
-
asia-south1-chronicle.googleapis.com
-
asia-southeast1-chronicle.googleapis.com
-
asia-southeast2-chronicle.googleapis.com
-
australia-southeast1-chronicle.googleapis.com
-
eu-chronicle.googleapis.com
-
europe-west12-chronicle.googleapis.com
-
europe-west2-chronicle.googleapis.com
-
europe-west3-chronicle.googleapis.com
-
europe-west6-chronicle.googleapis.com
-
europe-west9-chronicle.googleapis.com
-
me-central1-chronicle.googleapis.com
-
me-central2-chronicle.googleapis.com
-
me-west1-chronicle.googleapis.com
-
northamerica-northeast2-chronicle.googleapis.com
-
southamerica-east1-chronicle.googleapis.com
-
us-chronicle.googleapis.com
Regional API endpoints:
-
chronicle.africa-south1.rep.googleapis.com
-
chronicle.asia-northeast1.rep.googleapis.com
-
chronicle.asia-south1.rep.googleapis.com
-
chronicle.asia-southeast1.rep.googleapis.com
-
chronicle.asia-southeast2.rep.googleapis.com
-
chronicle.australia-southeast1.rep.googleapis.com
-
chronicle.eu.rep.googleapis.com
-
chronicle.europe-west12.rep.googleapis.com
-
chronicle.europe-west2.rep.googleapis.com
-
chronicle.europe-west3.rep.googleapis.com
-
chronicle.europe-west6.rep.googleapis.com
-
chronicle.europe-west9.rep.googleapis.com
-
chronicle.me-central1.rep.googleapis.com
-
chronicle.me-central2.rep.googleapis.com
-
chronicle.me-west1.rep.googleapis.com
-
chronicle.northamerica-northeast2.rep.googleapis.com
-
chronicle.southamerica-east1.rep.googleapis.com
-
chronicle.us.rep.googleapis.com
-
gsuiteaddons.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
iam.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
iap.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
stream.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
config.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
connectors.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
krmapihosting.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
livestream.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
looker.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
managedflink.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
managedkafka.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
mediaasset.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
memcache.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
redis.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
messagestreams.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
microservices.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
modelarmor.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
networkconnectivity.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
networkmanagement.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
oracledatabase.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
parallelstore.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
policyanalyzer.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
policytroubleshooter.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
progressiverollout.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
pubsub.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
publicca.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
recommender.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
remotebuildexecution.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
retail.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
riskmanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
saasservicemgmt.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
seclm.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
secretmanager.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
networksecurity.googleapis.com
-
networkservices.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
securitycenter.googleapis.com
-
securitycentermanagement.googleapis.com
-
securityposture.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
dlp.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
iamcredentials.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
servicedirectory.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
servicehealth.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
servicenetworking.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
speakerid.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
speech.googleapis.com
Locational API endpoints:
-
asia-northeast1-speech.googleapis.com
-
asia-northeast3-speech.googleapis.com
-
asia-south1-speech.googleapis.com
-
asia-southeast1-speech.googleapis.com
-
australia-southeast1-speech.googleapis.com
-
europe-west1-speech.googleapis.com
-
europe-west2-speech.googleapis.com
-
europe-west3-speech.googleapis.com
-
europe-west4-speech.googleapis.com
-
northamerica-northeast1-speech.googleapis.com
-
southamerica-east1-speech.googleapis.com
-
us-central1-speech.googleapis.com
-
us-east1-speech.googleapis.com
-
us-east4-speech.googleapis.com
-
us-west1-speech.googleapis.com
Restricting regional API endpoints isn't supported.
-
storageinsights.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
storagebatchoperations.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
texttospeech.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
timeseriesinsights.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
transcoder.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
transferappliance.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
osconfig.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
aiplatform.googleapis.com
Locational API endpoints:
-
africa-south1-aiplatform.googleapis.com
-
asia-east1-aiplatform.googleapis.com
-
asia-east2-aiplatform.googleapis.com
-
asia-northeast1-aiplatform.googleapis.com
-
asia-northeast2-aiplatform.googleapis.com
-
asia-northeast3-aiplatform.googleapis.com
-
asia-south1-aiplatform.googleapis.com
-
asia-south2-aiplatform.googleapis.com
-
asia-southeast1-aiplatform.googleapis.com
-
asia-southeast2-aiplatform.googleapis.com
-
australia-southeast1-aiplatform.googleapis.com
-
australia-southeast2-aiplatform.googleapis.com
-
europe-central2-aiplatform.googleapis.com
-
europe-north1-aiplatform.googleapis.com
-
europe-southwest1-aiplatform.googleapis.com
-
europe-west1-aiplatform.googleapis.com
-
europe-west2-aiplatform.googleapis.com
-
europe-west3-aiplatform.googleapis.com
-
europe-west4-aiplatform.googleapis.com
-
europe-west6-aiplatform.googleapis.com
-
europe-west8-aiplatform.googleapis.com
-
europe-west9-aiplatform.googleapis.com
-
europe-west12-aiplatform.googleapis.com
-
me-central1-aiplatform.googleapis.com
-
me-central2-aiplatform.googleapis.com
-
me-west1-aiplatform.googleapis.com
-
northamerica-northeast1-aiplatform.googleapis.com
-
northamerica-northeast2-aiplatform.googleapis.com
-
southamerica-east1-aiplatform.googleapis.com
-
southamerica-west1-aiplatform.googleapis.com
-
us-central1-aiplatform.googleapis.com
-
us-east1-aiplatform.googleapis.com
-
us-east4-aiplatform.googleapis.com
-
us-east5-aiplatform.googleapis.com
-
us-south1-aiplatform.googleapis.com
-
us-west1-aiplatform.googleapis.com
-
us-west2-aiplatform.googleapis.com
-
us-west3-aiplatform.googleapis.com
-
us-west4-aiplatform.googleapis.com
Restricting regional API endpoints isn't supported.
-
notebooks.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
firebasevertexai.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
cloudvideosearch.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
videostitcher.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
compute.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
webrisk.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
websecurityscanner.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
workflows.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
workloadcertificate.googleapis.com
Restricting locational API endpoints isn't supported.
Restricting regional API endpoints isn't supported.
-
documentai.googleapis.com
Locational API endpoints:
-
us-documentai.googleapis.com
-
eu-documentai.googleapis.com
-
europe-west2-documentai.googleapis.com
-
europe-west3-documentai.googleapis.com
-
asia-south1-documentai.googleapis.com
-
asia-southeast1-documentai.googleapis.com
-
australia-southeast1-documentai.googleapis.com
-
northamerica-northeast1-documentai.googleapis.com
Restricting regional API endpoints isn't supported.
Value groups
Value groups are collections of groups and API endpoints that are curated by Google to provide a simpler way to define your endpoint restrictions. Value groups include many related API endpoints and are expanded over time by Google without needing to change your organization policy to accommodate the new endpoints.
To use value groups in your organization policy, prefix your entries with the
string in:
. For more information on using value prefixes, see Using Constraints
.
Group names are validated on the call to set the organization policy. Using an
invalid group name will cause the policy setting to fail.
The following table contains the current list of available groups:
in:global-artifactregistry-endpoints
-
artifactregistry.googleapis.com
-
artifactregistry.mtls.googleapis.com
-
content-artifactregistry.googleapis.com
-
content-artifactregistry.mtls.googleapis.com
in:global-bigquery-connections-endpoints
-
bigqueryconnection.googleapis.com
-
bigqueryconnection.mtls.googleapis.com
-
content-bigqueryconnection.googleapis.com
-
content-bigqueryconnection.mtls.googleapis.com
in:global-bigquery-datapolicy-endpoints
-
bigquerydatapolicy.googleapis.com
-
bigquerydatapolicy.mtls.googleapis.com
-
content-bigquerydatapolicy.googleapis.com
-
content-bigquerydatapolicy.mtls.googleapis.com
in:global-bigquery-datatransfer-endpoints
-
bigquerydatatransfer.googleapis.com
-
bigquerydatatransfer.mtls.googleapis.com
-
content-bigquerydatatransfer.googleapis.com
-
content-bigquerydatatransfer.mtls.googleapis.com
in:global-bigquery-migration-endpoints
-
bigquerymigration.googleapis.com
-
bigquerymigration.mtls.googleapis.com
-
content-bigquerymigration.googleapis.com
-
content-bigquerymigration.mtls.googleapis.com
in:global-certificatemanager-endpoints
-
certificatemanager.googleapis.com
-
certificatemanager.mtls.googleapis.com
in:global-cloudbuild-endpoints
-
cloudbuild.googleapis.com
-
cloudbuild.mtls.googleapis.com
-
content-cloudbuild.googleapis.com
in:global-composer-endpoints
-
composer.googleapis.com
in:global-compute-endpoints
-
compute.googleapis.com
-
compute.mtls.googleapis.com
-
content-compute.googleapis.com
-
content-compute.mtls.googleapis.com
in:global-container-endpoints
-
container.googleapis.com
-
container.mtls.googleapis.com
-
content-container.googleapis.com
-
content-container.mtls.googleapis.com
in:global-containeranalysis-endpoints
-
containeranalysis.googleapis.com
-
containeranalysis.mtls.googleapis.com
-
content-containeranalysis.googleapis.com
-
content-ondemandscanning.mtls.googleapis.com
-
ondemandscanning.googleapis.com
-
ondemandscanning.mtls.googleapis.com
in:global-containerthreatdetection-endpoints
-
containerthreatdetection.googleapis.com
-
containerthreatdetection.mtls.googleapis.com
-
content-containerthreatdetection.googleapis.com
-
content-containerthreatdetection.mtls.googleapis.com
in:global-dataflow-endpoints
-
content-dataflow.googleapis.com
-
dataflow.googleapis.com
in:global-dlp-endpoints
-
content-dlp.googleapis.com
-
dlp.googleapis.com
in:global-dns-endpoints
-
content-dns.googleapis.com
-
content-dns.mtls.googleapis.com
-
dns.googleapis.com
-
dns.mtls.googleapis.com
in:global-filestore-endpoints
-
content-file.googleapis.com
-
content-file.mtls.googleapis.com
-
file.googleapis.com
-
file.mtls.googleapis.com
in:global-iam-endpoints
-
content-iam.googleapis.com
-
content-iam.mtls.googleapis.com
-
iam.googleapis.com
-
iam.mtls.googleapis.com
in:global-iap-endpoints
-
content-iap.googleapis.com
-
iap.googleapis.com
in:global-kms-endpoints
-
cloudkms.googleapis.com
-
cloudkms.mtls.googleapis.com
-
content-cloudkms.googleapis.com
-
content-cloudkms.mtls.googleapis.com
in:global-managedkafka-endpoints
-
content-managedkafka.googleapis.com
-
content-managedkafka.mtls.googleapis.com
-
managedkafka.googleapis.com
-
managedkafka.mtls.googleapis.com
in:global-memcache-endpoints
-
content-memcache.googleapis.com
-
content-memcache.mtls.googleapis.com
-
memcache.googleapis.com
-
memcache.mtls.googleapis.com
in:global-migrationcenter-endpoints
-
content-migrationcenter.googleapis.com
-
content-migrationcenter.mtls.googleapis.com
-
migrationcenter.googleapis.com
-
migrationcenter.mtls.googleapis.com
in:global-networkconnectivity-endpoints
-
content-networkconnectivity.googleapis.com
-
content-networkconnectivity.mtls.googleapis.com
-
networkconnectivity.googleapis.com
-
networkconnectivity.mtls.googleapis.com
in:global-osconfig-endpoints
-
content-osconfig.googleapis.com
-
content-osconfig.mtls.googleapis.com
-
osconfig.googleapis.com
-
osconfig.mtls.googleapis.com
in:global-oslogin-endpoints
-
oslogin.googleapis.com
in:global-policytroubleshooter-endpoints
-
content-policytroubleshooter.googleapis.com
-
content-policytroubleshooter.mtls.googleapis.com
-
policytroubleshooter.googleapis.com
-
policytroubleshooter.mtls.googleapis.com
in:global-progressiverollout-endpoints
-
content-progressiverollout.googleapis.com
-
content-progressiverollout.mtls.googleapis.com
-
progressiverollout.googleapis.com
-
progressiverollout.mtls.googleapis.com
in:global-pubsub-endpoints
-
content-pubsub.googleapis.com
-
content-pubsub.mtls.googleapis.com
-
pubsub.googleapis.com
-
pubsub.mtls.googleapis.com
in:global-redis-endpoints
-
content-redis.googleapis.com
-
content-redis.mtls.googleapis.com
-
redis.googleapis.com
-
redis.mtls.googleapis.com
in:global-run-endpoints
-
content-run.googleapis.com
-
content-run.mtls.googleapis.com
-
run.googleapis.com
-
run.mtls.googleapis.com
in:global-secretmanager-endpoints
-
content-secretmanager.googleapis.com
-
content-secretmanager.mtls.googleapis.com
-
secretmanager.googleapis.com
-
secretmanager.mtls.googleapis.com
in:global-securityposture-endpoints
-
content-securityposture.googleapis.com
-
content-securityposture.mtls.googleapis.com
-
securityposture.googleapis.com
-
securityposture.mtls.googleapis.com
in:global-servicenetworking-endpoints
-
content-servicenetworking.googleapis.com
-
content-servicenetworking.mtls.googleapis.com
-
servicenetworking.googleapis.com
-
servicenetworking.mtls.googleapis.com
in:global-websecurityscanner-endpoints
-
content-websecurityscanner.googleapis.com
-
content-websecurityscanner.mtls.googleapis.com
-
websecurityscanner.googleapis.com
-
websecurityscanner.mtls.googleapis.com
in:global-workstations-endpoints
-
content-workstations.googleapis.com
-
content-workstations.mtls.googleapis.com
-
workstations.googleapis.com
-
workstations.mtls.googleapis.com
in:global-bigquery-endpoints
-
bigquery.googleapis.com
-
bigquery.mtls.googleapis.com
-
content-bigquery.googleapis.com
-
content-bigquery.mtls.googleapis.com
-
www.googleapis.com (BigQuery)
in:global-bigqueryreservation-endpoints
-
bigqueryreservation.googleapis.com
-
bigqueryreservation.mtls.googleapis.com
-
content-bigqueryreservation.googleapis.com
-
content-bigqueryreservation.mtls.googleapis.com
in:global-bigquerystorage-endpoints
-
bigquerystorage.googleapis.com
-
bigquerystorage.mtls.googleapis.com
-
content-bigquerystorage.googleapis.com
-
content-bigquerystorage.mtls.googleapis.com
in:global-logging-endpoints
-
content-logging.googleapis.com
-
content-logging.mtls.googleapis.com
-
logging.googleapis.com
-
logging.mtls.googleapis.com
in:global-storage-endpoints
-
content-storage.googleapis.com
-
content-storage.mtls.googleapis.com
-
storage.googleapis.com
-
storage.mtls.googleapis.com