public sealed class Explanation : IMessage<IamPolicySearchResult.Types.Explanation>, IEquatable<IamPolicySearchResult.Types.Explanation>, IDeepCloneable<IamPolicySearchResult.Types.Explanation>, IBufferMessage, IMessage
public MapField<string, IamPolicySearchResult.Types.Explanation.Types.Permissions> MatchedPermissions { get; }
The map from roles to their included permissions that match the
permission query (i.e., a query containing policy.role.permissions:).
Example: if query policy.role.permissions:compute.disk.get
matches a policy binding that contains owner role, the
matched_permissions will be {"roles/owner": ["compute.disk.get"]}. The
roles can also be found in the returned policy bindings. Note that the
map is populated only for requests with permission queries.
[[["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\u003eThe content focuses on the \u003ccode\u003eExplanation\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Asset.V1\u003c/code\u003e namespace, specifically in the context of IAM policy search results.\u003c/p\u003e\n"],["\u003cp\u003eThe provided documentation covers multiple versions of the Google Cloud Asset V1 API, ranging from version 2.7.0 to the latest version, 3.12.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExplanation\u003c/code\u003e class is described as providing details about the IAM policy search result, and it inherits from \u003ccode\u003eObject\u003c/code\u003e while implementing several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMatchedPermissions\u003c/code\u003e property of the \u003ccode\u003eExplanation\u003c/code\u003e class shows a mapping of roles to included permissions, that are matched based on the policy query.\u003c/p\u003e\n"],["\u003cp\u003eThe class has 2 constructors: \u003ccode\u003eExplanation()\u003c/code\u003e and \u003ccode\u003eExplanation(IamPolicySearchResult.Types.Explanation other)\u003c/code\u003e that allows for the creation of an object, with or without another pre-existing \u003ccode\u003eExplanation\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]