public sealed class BatchGetEffectiveIamPoliciesResponse : IMessage<BatchGetEffectiveIamPoliciesResponse>, IEquatable<BatchGetEffectiveIamPoliciesResponse>, IDeepCloneable<BatchGetEffectiveIamPoliciesResponse>, IBufferMessage, IMessage
A response message for
[AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
public RepeatedField<BatchGetEffectiveIamPoliciesResponse.Types.EffectiveIamPolicy> PolicyResults { get; }
The effective policies for a batch of resources. Note that the results
order is the same as the order of
[BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
When a resource does not have any effective IAM policies, its corresponding
policy_result will contain empty
[EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eBatchGetEffectiveIamPoliciesResponse\u003c/code\u003e class, which is used in the Google Cloud Asset API to retrieve effective IAM policies for multiple resources in a batch operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchGetEffectiveIamPoliciesResponse\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePolicyResults\u003c/code\u003e property of \u003ccode\u003eBatchGetEffectiveIamPoliciesResponse\u003c/code\u003e contains a list of effective policies for each requested resource, with the order of results mirroring the order of resource names in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 3.12.0, and the webpage provides documentation for several versions, from 2.7.0 up to the latest 3.12.0, for this class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods inherited from Object such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e alongside two constructors: one parameterless and another accepting a \u003ccode\u003eBatchGetEffectiveIamPoliciesResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]