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"]],[["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 `Explanation` class within the `Google.Cloud.Asset.V1` namespace, specifically for version 2.8.0, which is a part of the Google Cloud Asset Inventory service for .NET."],["The `Explanation` class is used to provide detailed information about IAM policy search results and is implemented as a sealed class inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists previous versions of this feature ranging from 2.7.0 to 3.12.0 (latest), all of which have a link to the `Explanation` type, showing a history of updates for this feature."],["The `Explanation` class includes a `MatchedPermissions` property, which is a map that shows the relationship between roles and their associated permissions that match the user's permission query."],["The class has two constructors, a default `Explanation()` constructor and a second `Explanation(IamPolicySearchResult.Types.Explanation other)` constructor that accepts another instance of the `Explanation` type."]]],[]]