google_api_container_analysis v0.4.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 the ScanConfig 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.