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

View Source

Message describing the violation in an evaluation result.

Attributes

  • asset (type: String.t, default: nil) - The name of the asset.
  • observed (type: map(), default: nil) - Details of the violation.
  • serviceAccount (type: String.t, default: nil) - The service account associated with the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ViolationDetails{
  asset: String.t() | nil,
  observed: map() | nil,
  serviceAccount: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.