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, a component of the `IamPolicySearchResult.Types` within the Google Cloud Asset V1 library for .NET."],["The `Explanation` class provides insights into IAM policy search results, specifically regarding the matching of permissions to roles, as detailed by its `MatchedPermissions` property."],["The page includes a list of available versions for this specific component, ranging from version 2.7.0 up to the latest 3.12.0, allowing users to select the version they are using."],["The `Explanation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from `Object`."],["You can construct the `Explanation` class using either the empty constructor `Explanation()` or by passing in another instance of `IamPolicySearchResult.Types.Explanation` into `Explanation(IamPolicySearchResult.Types.Explanation other)`."]]],[]]