public sealed class PolicyInfo : IMessage<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo>, IEquatable<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo>, IDeepCloneable<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo>, IBufferMessage, IMessage
The full resource name the
[policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
is directly attached to.
The IAM policy that's directly attached to the
[attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `PolicyInfo` class within the `Google.Cloud.Asset.V1` namespace, specifically focusing on versions 3.0.0 and above and some 2.x.x releases."],["`PolicyInfo` is a class representing an IAM policy and its attached resource, inheriting from Object and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PolicyInfo` class has two constructors: a default constructor `PolicyInfo()` and an overload `PolicyInfo(BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy.Types.PolicyInfo other)` for copying data."],["Key properties of `PolicyInfo` include `AttachedResource`, a string representing the full resource name the policy is attached to, and `Policy`, which is of type `Policy` and contains the IAM policy itself."],["The documentation lists multiple versions of the `PolicyInfo` class, with 3.12.0 being the latest available version, each link leading to its version-specific documentation page."]]],[]]