GoogleApi.ContainerAnalysis.V1alpha1.Model.ScanConfig (google_api_container_analysis v0.16.0) 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 theScanConfigdoes. -
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() | 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.