GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1Replay (google_api_policy_simulator v0.2.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 theReplay. -
name(type:String.t, default:nil) - Output only. The resource name of theReplay, 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 theReplay.
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.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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.