GoogleCloudPolicysimulatorV1beta1ReplayResult class
The result of replaying a single access tuple against a simulated state.
Constructors
- GoogleCloudPolicysimulatorV1beta1ReplayResult({GoogleCloudPolicysimulatorV1beta1AccessTuple? accessTuple, GoogleCloudPolicysimulatorV1beta1ReplayDiff? diff, GoogleRpcStatus? error, GoogleTypeDate? lastSeenDate, String? name, String? parent})
- GoogleCloudPolicysimulatorV1beta1ReplayResult.fromJson(Map _json)
Properties
- accessTuple ↔ GoogleCloudPolicysimulatorV1beta1AccessTuple?
-
The access tuple that was replayed.
getter/setter pair
- diff ↔ GoogleCloudPolicysimulatorV1beta1ReplayDiff?
-
The difference between the member's access under the current (baseline)
policies and the member'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