public sealed class AccessSelector : IMessage<IamPolicyAnalysisQuery.Types.AccessSelector>, IEquatable<IamPolicyAnalysisQuery.Types.AccessSelector>, IDeepCloneable<IamPolicyAnalysisQuery.Types.AccessSelector>, IBufferMessage, IMessage
Specifies roles and/or permissions to analyze, to determine both the
identities possessing them and the resources they control. If multiple
values are specified, results will include roles or permissions matching
any of them. The total number of roles and permissions should be equal or
less than 10.
[[["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 `AccessSelector` class within the `Google.Cloud.Asset.V1` namespace, specifically version 2.8.0 and its relationship to other versions up to 3.12.0."],["The `AccessSelector` class is designed to analyze roles and permissions, identifying the users and the resources they manage, with a limit of 10 total roles and permissions."],["The `AccessSelector` class includes properties such as `Permissions` and `Roles`, both of which are `RepeatedField\u003cstring\u003e` types, to specify which permissions and roles should be included in analysis results."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the Google Protobuf framework."],["The page provides links to various prior versions of the `AccessSelector` class, enabling the user to see a history of it's evolution."]]],[]]