Class: Google::Cloud::PolicyTroubleshooter::V1::TroubleshootIamPolicyResponse

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

Overview

Response for TroubleshootIamPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#access::Google::Cloud::PolicyTroubleshooter::V1::AccessState

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

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/policytroubleshooter/v1/checker.rb', line 51

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

#explained_policies::Array<::Google::Cloud::PolicyTroubleshooter::V1::ExplainedPolicy>

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

The list of policies can include the policy for the resource itself. It can also include 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:

  • (::Array<::Google::Cloud::PolicyTroubleshooter::V1::ExplainedPolicy>)

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

    The list of policies can include the policy for the resource itself. It can also include 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.



51
52
53
54
# File 'proto_docs/google/cloud/policytroubleshooter/v1/checker.rb', line 51

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