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, part of the `Google.Cloud.Asset.V1` namespace, used for analyzing roles and permissions within Google Cloud."],["The `AccessSelector` class is available in multiple versions, ranging from 2.7.0 to 3.12.0 (latest), with links provided for each version's documentation."],["The `AccessSelector` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["The class allows specifying both roles and permissions for analysis through its `Permissions` and `Roles` properties, both of which are `RepeatedField\u003cstring\u003e` types."],["The total number of roles and permissions specified for analysis in `AccessSelector` should not exceed 10."]]],[]]