Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::AllowPolicyExplanation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb

Overview

Details about how the relevant IAM allow policies affect the final access state.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_access_state::Google::Cloud::PolicyTroubleshooter::Iam::V3::AllowAccessState

Returns Indicates whether the principal has the specified permission for the specified resource, based on evaluating all applicable IAM allow policies.

Returns:



267
268
269
270
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 267

class AllowPolicyExplanation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#explained_policies::Array<::Google::Cloud::PolicyTroubleshooter::Iam::V3::ExplainedAllowPolicy>

Returns List of IAM allow policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.

The list of policies includes the policy for the resource itself, as well as allow policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.

To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

Returns:



267
268
269
270
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 267

class AllowPolicyExplanation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#relevance::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance

Returns The relevance of the allow policy type to the overall access state.

Returns:



267
268
269
270
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 267

class AllowPolicyExplanation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end