Lists scan configurations for the specified project.
HTTP request
GET https://containeranalysis.googleapis.com/v1beta1/{parent=projects/*}/scanConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project to list scan configurations for in the form of Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
Required. The filter expression. |
pageSize |
The number of scan configs to return in the list. |
pageToken |
Token to provide to skip to a particular spot in the list. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for listing scan configurations.
JSON representation | |
---|---|
{
"scanConfigs": [
{
object ( |
Fields | |
---|---|
scanConfigs[] |
The scan configurations requested. |
nextPageToken |
The next pagination token in the list response. It should be used as |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.