Class: Google::Cloud::Asset::V1::BatchGetEffectiveIamPoliciesResponse::EffectiveIamPolicy::PolicyInfo

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

Overview

The IAM policy and its attached resource.

Instance Attribute Summary collapse

Instance Attribute Details

#attached_resource::String

Returns The full resource name the policy is directly attached to.

Returns:

  • (::String)

    The full resource name the policy is directly attached to.



1904
1905
1906
1907
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1904

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

#policy::Google::Iam::V1::Policy

Returns The IAM policy that's directly attached to the attached_resource.

Returns:



1904
1905
1906
1907
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1904

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