Module: Google::Cloud::PolicySimulator::V1::Simulator
- Defined in:
- lib/google/cloud/policy_simulator/v1/simulator.rb,
lib/google/cloud/policy_simulator/v1/simulator/rest.rb,
lib/google/cloud/policy_simulator/v1/simulator/paths.rb,
lib/google/cloud/policy_simulator/v1/simulator/client.rb,
lib/google/cloud/policy_simulator/v1/simulator/operations.rb,
lib/google/cloud/policy_simulator/v1/simulator/credentials.rb,
lib/google/cloud/policy_simulator/v1/simulator/rest/client.rb,
lib/google/cloud/policy_simulator/v1/simulator/rest/operations.rb,
lib/google/cloud/policy_simulator/v1/simulator/rest/service_stub.rb
Overview
Policy Simulator API service.
Policy Simulator is a collection of endpoints for creating, running, and viewing a Replay. A Replay is a type of simulation that lets you see how your principals' access to resources might change if you changed your IAM policy.
During a Replay, Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your principals' access might change under the proposed policy.
To load this service and instantiate a REST client:
require "google/cloud/policy_simulator/v1/simulator/rest"
client = ::Google::Cloud::PolicySimulator::V1::Simulator::Rest::Client.new
Defined Under Namespace
Modules: Paths, Rest Classes: Client, Credentials, Operations