GoogleApi.ContainerAnalysis.V1beta1.Model.ScanConfig (google_api_container_analysis v0.23.0) View Source
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.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time this scan config was created. -
description
(type:String.t
, default:nil
) - Output only. A human-readable description of what the scan configuration does. -
enabled
(type:boolean()
, default:nil
) - Whether the scan is enabled. -
name
(type:String.t
, default:nil
) - Output only. The name of the scan configuration in the form ofprojects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]
. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time this scan config was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.ScanConfig{ createTime: DateTime.t() | nil, description: String.t() | nil, enabled: boolean() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.