Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSPM RN] - 24.12.1 - Nov 29th publish #1005

Merged
merged 9 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ The following table lists the APIs and associated granular permissions if you wa
|Allows you to access App Engine, which is a fully managed serverless platform on GCP.
|App Engine Viewer
|`appengine.applications.get`
`appengine.services.list`
`appengine.versions.list`
|Project where you have created the service account

|Access Context Manager API
Expand Down Expand Up @@ -358,6 +360,14 @@ Every project that the service account can access
`biglake.tables.list`
|Every project that the service account can access

|Google BigQuery Data Policy
|`bigquerydatapolicy.googleapis.com`
|Bigquery Data governance is the management of the security and quality of data throughout its lifecycle to ensure that the access and accuracy are in accordance with organizational policies and regulations.
|Project Viewer
|`bigquery.dataPolicies.list`
`bigquery.dataPolicies.getIamPolicy`
|Project where you have created the service account

|Google BigQuery Data Transfer
|`bigquerydatatransfer.googleapis.com`
|BigQuery Data Transfer Service automates data movement into BigQuery on a scheduled, managed basis
Expand Down Expand Up @@ -847,6 +857,15 @@ NOTE:You must manually add the permission or update the Terraform template to en
`clientauthconfig.clients.listWithSecrets`
|Every project that the service account can access

|Google Integration Connectors
|`connectors.googleapis.com`
|Integration Connectors provide a powerful and flexible solution for connecting on-premises applications and data to GCP services while minimizing the complexity and risks associated with hybrid integration.
|Project Viewer
|`connectors.endpointAttachments.list`
`connectors.customConnectors.list`
`connectors.customConnectorVersions.list`
|Every project that the service account can access

|Google Traffic Director
|`networksecurity.googleapis.com`
|Traffic Director is Google Cloud's fully managed application networking platform and service mesh.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/en/enterprise-edition/rn/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ topics:
topics:
- name: Features Introduced in 2024
file: features-introduced-in-2024.adoc
- name: Features Introduced in December 2024
file: features-introduced-in-december-2024.adoc
- name: Features Introduced in November 2024
file: features-introduced-in-november-2024.adoc
- name: Features Introduced in October 2024
Expand Down
Loading
Loading