GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1beta1Replay (google_api_policy_simulator v0.2.0) View Source

A resource describing a Replay, or simulation.

Attributes

  • config (type: GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1beta1ReplayConfig.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.GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1beta1Replay{
    config:
      GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1beta1ReplayConfig.t()
      | nil,
    name: String.t() | nil,
    resultsSummary:
      GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.t()
      | nil,
    state: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.