Class: Google::Cloud::Asset::V1::BatchGetEffectiveIamPoliciesResponse::EffectiveIamPolicy::PolicyInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::BatchGetEffectiveIamPoliciesResponse::EffectiveIamPolicy::PolicyInfo
- 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
-
#attached_resource ⇒ ::String
The full resource name the policy is directly attached to.
-
#policy ⇒ ::Google::Iam::V1::Policy
The IAM policy that's directly attached to the attached_resource.
Instance Attribute Details
#attached_resource ⇒ ::String
Returns 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.
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 |