GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1Replay (google_api_policy_simulator v0.7.0)

View Source

A resource describing a Replay, or simulation.

Attributes

  • config (type: GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayConfig.t, default: nil) - Required. The configuration used for the Replay.
  • name (type: String.t, default: nil) - Output only. The resource name of the Replay, which has the following format: {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}, where {resource-id} is the ID of the project, folder, or organization that owns the Replay. Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
  • resultsSummary (type: GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResultsSummary.t, default: nil) - Output only. Summary statistics about the replayed log entries.
  • state (type: String.t, default: nil) - Output only. The current state of the Replay.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1Replay{
  config:
    GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayConfig.t()
    | nil,
  name: String.t() | nil,
  resultsSummary:
    GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResultsSummary.t()
    | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.