GoogleCloudPolicysimulatorV1ReplayResult class
The result of replaying a single access tuple against a simulated state.
Constructors
- GoogleCloudPolicysimulatorV1ReplayResult({GoogleCloudPolicysimulatorV1AccessTuple? accessTuple, GoogleCloudPolicysimulatorV1ReplayDiff? diff, GoogleRpcStatus? error, GoogleTypeDate? lastSeenDate, String? name, String? parent})
- GoogleCloudPolicysimulatorV1ReplayResult.fromJson(Map json_)
Properties
- accessTuple ↔ GoogleCloudPolicysimulatorV1AccessTuple?
-
The access tuple that was replayed.
getter/setter pair
- diff ↔ GoogleCloudPolicysimulatorV1ReplayDiff?
-
The difference between the principal's access under the current (baseline)
policies and the principal's access under the proposed (simulated)
policies.
getter/setter pair
- error ↔ GoogleRpcStatus?
-
The error that caused the access tuple replay to fail.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastSeenDate ↔ GoogleTypeDate?
-
The latest date this access tuple was seen in the logs.
getter/setter pair
- name ↔ String?
-
The resource name of the
ReplayResult
, in the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}/results/{replay-result-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay.getter/setter pair - parent ↔ String?
-
The Replay that the access tuple was included in.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited