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"]],[["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."],[[["This webpage details the `BatchGetEffectiveIamPoliciesResponse` class, which is used in the Google Cloud Asset API to retrieve effective IAM policies for multiple resources in a batch operation."],["The `BatchGetEffectiveIamPoliciesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `PolicyResults` property of `BatchGetEffectiveIamPoliciesResponse` contains a list of effective policies for each requested resource, with the order of results mirroring the order of resource names in the request."],["The 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."],["The class includes methods inherited from Object such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` alongside two constructors: one parameterless and another accepting a `BatchGetEffectiveIamPoliciesResponse` object."]]],[]]