google_api_container_analysis v0.7.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.ScanConfig View Source
Indicates various scans and whether they are turned on or off.
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 theScanConfig
does. -
enabled
(type:boolean()
, default:nil
) - Indicates whether the Scan is enabled. -
name
(type:String.t
, default:nil
) - Output only. The name of the ScanConfig in the form “projects/{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.V1alpha1.Model.ScanConfig{ createTime: DateTime.t(), description: String.t(), enabled: boolean(), name: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.