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."],[[["The latest version of `IamPolicyAnalysisQuery.Types.AccessSelector` is 3.12.0, with multiple previous versions ranging from 3.11.0 down to 2.7.0 being accessible."],["`AccessSelector` is a class that helps to determine the identities and resources associated with specified roles and permissions in the context of IAM policy analysis."],["The total number of roles and permissions that can be specified in a query should not exceed 10 for optimal results."],["The class `AccessSelector` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AccessSelector` class provides properties for listing permissions and roles via `RepeatedField\u003cstring\u003e Permissions` and `RepeatedField\u003cstring\u003e Roles` respectively."]]],[]]