GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ReplayResultsSummary (google_api_policy_simulator v0.2.0) View Source
Summary statistics about the replayed log entries.
Attributes
-
differenceCount(type:integer(), default:nil) - The number of replayed log entries with a difference between baseline and simulated policies. -
errorCount(type:integer(), default:nil) - The number of log entries that could not be replayed. -
logCount(type:integer(), default:nil) - The total number of log entries replayed. -
newestDate(type:GoogleApi.PolicySimulator.V1.Model.GoogleTypeDate.t, default:nil) - The date of the newest log entry replayed. -
oldestDate(type:GoogleApi.PolicySimulator.V1.Model.GoogleTypeDate.t, default:nil) - The date of the oldest log entry replayed. -
unchangedCount(type:integer(), default:nil) - The number of replayed log entries with no difference between baseline and simulated policies.
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.GoogleCloudPolicysimulatorV1ReplayResultsSummary{
differenceCount: integer() | nil,
errorCount: integer() | nil,
logCount: integer() | nil,
newestDate: GoogleApi.PolicySimulator.V1.Model.GoogleTypeDate.t() | nil,
oldestDate: GoogleApi.PolicySimulator.V1.Model.GoogleTypeDate.t() | nil,
unchangedCount: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.