GoogleApi.ContainerAnalysis.V1alpha1.Model.ScanConfig (google_api_container_analysis v0.34.0)
View SourceIndicates 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }