GoogleApi.WorkloadManager.V1.Model.RuleExecutionResult (google_api_workload_manager v0.12.0)

View Source

Message for execution result summary per rule

Attributes

  • message (type: String.t, default: nil) - Execution message, if any
  • resultCount (type: String.t, default: nil) - Number of violations
  • rule (type: String.t, default: nil) - rule name
  • scannedResourceCount (type: String.t, default: nil) - Number of total scanned resources
  • state (type: String.t, default: nil) - Output only. The execution status

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.RuleExecutionResult{
  message: String.t() | nil,
  resultCount: String.t() | nil,
  rule: String.t() | nil,
  scannedResourceCount: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.