- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
List all of the data policies in the specified parent project.
HTTP request
GET https://bigquerydatapolicy.googleapis.com/v1beta1/{parent=projects/*/locations/*}/dataPolicies
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Resource name of the project for which to list data policies. Format is |
Query parameters
Parameters | |
---|---|
page |
The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50. |
page |
The |
Request body
The request body must be empty.
Response body
Response message for the dataPolicies.list method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"dataPolicies": [
{
object ( |
Fields | |
---|---|
data |
Data policies that belong to the requested project. |
next |
Token used to retrieve the next page of results, or empty if there are no more results. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigquery
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:
bigquery.dataPolicies.list
For more information, see the IAM documentation.