Policy Simulator V1 API - Class Google::Cloud::PolicySimulator::V1::ReplayResult (v1.2.0)

Reference documentation and code samples for the Policy Simulator V1 API class Google::Cloud::PolicySimulator::V1::ReplayResult.

The result of replaying a single access tuple against a simulated state.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_tuple

def access_tuple() -> ::Google::Cloud::PolicySimulator::V1::AccessTuple
Returns

#access_tuple=

def access_tuple=(value) -> ::Google::Cloud::PolicySimulator::V1::AccessTuple
Parameter
Returns

#diff

def diff() -> ::Google::Cloud::PolicySimulator::V1::ReplayDiff
Returns
  • (::Google::Cloud::PolicySimulator::V1::ReplayDiff) — 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.

    Note: The following fields are mutually exclusive: diff, error. If a field in that set is populated, all other fields in the set will automatically be cleared.

#diff=

def diff=(value) -> ::Google::Cloud::PolicySimulator::V1::ReplayDiff
Parameter
  • value (::Google::Cloud::PolicySimulator::V1::ReplayDiff) — 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.

    Note: The following fields are mutually exclusive: diff, error. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::PolicySimulator::V1::ReplayDiff) — 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.

    Note: The following fields are mutually exclusive: diff, error. If a field in that set is populated, all other fields in the set will automatically be cleared.

#error

def error() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — The error that caused the access tuple replay to fail.

    This field is only included for access tuples that were not replayed successfully.

    Note: The following fields are mutually exclusive: error, diff. If a field in that set is populated, all other fields in the set will automatically be cleared.

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — The error that caused the access tuple replay to fail.

    This field is only included for access tuples that were not replayed successfully.

    Note: The following fields are mutually exclusive: error, diff. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Rpc::Status) — The error that caused the access tuple replay to fail.

    This field is only included for access tuples that were not replayed successfully.

    Note: The following fields are mutually exclusive: error, diff. If a field in that set is populated, all other fields in the set will automatically be cleared.

#last_seen_date

def last_seen_date() -> ::Google::Type::Date
Returns

#last_seen_date=

def last_seen_date=(value) -> ::Google::Type::Date
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::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.

    Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36/results/1234

#name=

def name=(value) -> ::String
Parameter
  • value (::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.

    Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36/results/1234

Returns
  • (::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.

    Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36/results/1234

#parent

def parent() -> ::String
Returns
  • (::String) — The Replay that the access tuple was included in.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The Replay that the access tuple was included in.
Returns
  • (::String) — The Replay that the access tuple was included in.