public sealed class IdentitySelector : IMessage<IamPolicyAnalysisQuery.Types.IdentitySelector>, IEquatable<IamPolicyAnalysisQuery.Types.IdentitySelector>, IDeepCloneable<IamPolicyAnalysisQuery.Types.IdentitySelector>, IBufferMessage, IMessage
Specifies an identity for which to determine resource access, based on
roles assigned either directly to them or to the groups they belong to,
directly or indirectly.
Required. The identity appear in the form of members in
IAM policy
binding.
The examples of supported forms are:
"user:mike@example.com",
"group:admins@example.com",
"domain:google.com",
"serviceAccount:my-project-id@appspot.gserviceaccount.com".
Notice that wildcard characters (such as * and ?) are not supported.
You must give a specific identity.
[[["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 `IdentitySelector` class within the `Google.Cloud.Asset.V1` namespace, specifically within the context of .NET development and version 2.7.0."],["`IdentitySelector` is a class used to specify an identity for determining resource access, based on roles assigned to the user directly or indirectly through their group memberships."],["The page lists various versions of the `IdentitySelector` class, ranging from 2.7.0 up to the latest 3.12.0, indicating the evolution and potential changes of this class over time."],["The `IdentitySelector` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with protocol buffers and .NET's object-oriented features."],["The webpage provides details on the class's constructors and properties, specifically the `Identity` property, which is a required string that represents a specific user, group, domain, or service account and its required format."]]],[]]