Resource: ScanConfig
A scan configuration specifies whether Cloud components in a project have a particular type of analysis being run. For example, it can configure whether vulnerability scanning is being done on Docker images or not.
JSON representation | |
---|---|
{ "name": string, "description": string, "enabled": boolean, "createTime": string, "updateTime": string } |
Fields | |
---|---|
name |
Output only. The name of the scan configuration in the form of |
description |
Output only. A human-readable description of what the scan configuration does. |
enabled |
Whether the scan is enabled. |
createTime |
Output only. The time this scan config was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time this scan config was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Gets the specified scan configuration. |
|
Lists scan configurations for the specified project. |
|
Updates the specified scan configuration. |