public interface ReplayResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccessTuple()
public abstract AccessTuple getAccessTuple()
The access tuple that was replayed. This field includes information about the principal, resource, and permission that were involved in the access attempt.
.google.cloud.policysimulator.v1.AccessTuple access_tuple = 3;
Returns | |
---|---|
Type | Description |
AccessTuple |
The accessTuple. |
getAccessTupleOrBuilder()
public abstract AccessTupleOrBuilder getAccessTupleOrBuilder()
The access tuple that was replayed. This field includes information about the principal, resource, and permission that were involved in the access attempt.
.google.cloud.policysimulator.v1.AccessTuple access_tuple = 3;
Returns | |
---|---|
Type | Description |
AccessTupleOrBuilder |
getDiff()
public abstract ReplayDiff getDiff()
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.
.google.cloud.policysimulator.v1.ReplayDiff diff = 5;
Returns | |
---|---|
Type | Description |
ReplayDiff |
The diff. |
getDiffOrBuilder()
public abstract ReplayDiffOrBuilder getDiffOrBuilder()
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.
.google.cloud.policysimulator.v1.ReplayDiff diff = 5;
Returns | |
---|---|
Type | Description |
ReplayDiffOrBuilder |
getError()
public abstract Status getError()
The error that caused the access tuple replay to fail.
This field is only included for access tuples that were not replayed successfully.
.google.rpc.Status error = 6;
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()
The error that caused the access tuple replay to fail.
This field is only included for access tuples that were not replayed successfully.
.google.rpc.Status error = 6;
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getLastSeenDate()
public abstract Date getLastSeenDate()
The latest date this access tuple was seen in the logs.
.google.type.Date last_seen_date = 4;
Returns | |
---|---|
Type | Description |
com.google.type.Date |
The lastSeenDate. |
getLastSeenDateOrBuilder()
public abstract DateOrBuilder getLastSeenDateOrBuilder()
The latest date this access tuple was seen in the logs.
.google.type.Date last_seen_date = 4;
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getName()
public abstract String getName()
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.
Example:
projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36/results/1234
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
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.
Example:
projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36/results/1234
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParent()
public abstract String getParent()
The Replay that the access tuple was included in.
string parent = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
The Replay that the access tuple was included in.
string parent = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getResultCase()
public abstract ReplayResult.ResultCase getResultCase()
Returns | |
---|---|
Type | Description |
ReplayResult.ResultCase |
hasAccessTuple()
public abstract boolean hasAccessTuple()
The access tuple that was replayed. This field includes information about the principal, resource, and permission that were involved in the access attempt.
.google.cloud.policysimulator.v1.AccessTuple access_tuple = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the accessTuple field is set. |
hasDiff()
public abstract boolean hasDiff()
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.
.google.cloud.policysimulator.v1.ReplayDiff diff = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the diff field is set. |
hasError()
public abstract boolean hasError()
The error that caused the access tuple replay to fail.
This field is only included for access tuples that were not replayed successfully.
.google.rpc.Status error = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the error field is set. |
hasLastSeenDate()
public abstract boolean hasLastSeenDate()
The latest date this access tuple was seen in the logs.
.google.type.Date last_seen_date = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastSeenDate field is set. |