Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::BatchGetEffectiveIamPoliciesResponse::EffectiveIamPolicy::PolicyInfo.
The IAM policy and its attached resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attached_resource
def attached_resource() -> ::String
Returns
- (::String) — The full resource name the policy is directly attached to.
#attached_resource=
def attached_resource=(value) -> ::String
Parameter
- value (::String) — The full resource name the policy is directly attached to.
Returns
- (::String) — The full resource name the policy is directly attached to.
#policy
def policy() -> ::Google::Iam::V1::Policy
Returns
- (::Google::Iam::V1::Policy) — The IAM policy that's directly attached to the attached_resource.
#policy=
def policy=(value) -> ::Google::Iam::V1::Policy
Parameter
- value (::Google::Iam::V1::Policy) — The IAM policy that's directly attached to the attached_resource.
Returns
- (::Google::Iam::V1::Policy) — The IAM policy that's directly attached to the attached_resource.