public sealed class ResourceSelector : IMessage<IamPolicyAnalysisQuery.Types.ResourceSelector>, IEquatable<IamPolicyAnalysisQuery.Types.ResourceSelector>, IDeepCloneable<IamPolicyAnalysisQuery.Types.ResourceSelector>, IBufferMessage, IMessage
Specifies the resource to analyze for access policies, which may be set
directly on the resource, or on ancestors such as organizations, folders or
projects.
[[["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-04-17 UTC."],[[["This webpage details the `ResourceSelector` class within the `Google.Cloud.Asset.V1` namespace, used for specifying resources to analyze for access policies."],["The class is part of the `Google.Cloud.Asset.V1.dll` assembly and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides access to documentation for various versions of the class, ranging from version 2.7.0 to the latest version 3.12.0, with version 2.11.0 being the current page."],["`ResourceSelector` objects can be constructed using either a default constructor or a copy constructor, accepting another `IamPolicyAnalysisQuery.Types.ResourceSelector` as a parameter."],["The `FullResourceName` property, a string, is required and represents the full resource name of the resource being analyzed."]]],[]]