Resource: ReplayResult
The result of replaying a single access tuple against a simulated state.
JSON representation |
---|
{ "name": string, "parent": string, "accessTuple": { object ( |
Fields | |
---|---|
name |
The resource name of the
Example: |
parent |
The |
accessTuple |
The access tuple that was replayed. This field includes information about the principal, resource, and permission that were involved in the access attempt. |
lastSeenDate |
The latest date this access tuple was seen in the logs. |
Union field result . The result of replaying the access tuple. result can be only one of the following: |
|
diff |
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies. This field is only included for access tuples that were successfully replayed and had different results under the current policies and the proposed policies. |
error |
The error that caused the access tuple replay to fail. This field is only included for access tuples that were not replayed successfully. |
Methods |
|
---|---|
|
Lists the results of running a Replay . |