public sealed class IamPolicyAnalysisQuery.Types.IdentitySelector : IMessage<IamPolicyAnalysisQuery.Types.IdentitySelector>, IEquatable<IamPolicyAnalysisQuery.Types.IdentitySelector>, IDeepCloneable<IamPolicyAnalysisQuery.Types.IdentitySelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisQuery.Types.IdentitySelector.
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 principals 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-03-21 UTC."],[[["This webpage provides reference documentation for the `IamPolicyAnalysisQuery.Types.IdentitySelector` class within the Google Cloud Asset Inventory v1 API, focusing on its use in specifying identities for resource access analysis."],["The `IdentitySelector` class is part of the `Google.Cloud.Asset.V1` namespace and is found in the `Google.Cloud.Asset.V1.dll` assembly, and it helps to determines resource access based on roles assigned to identities."],["The page lists available versions of the API, from version 2.7.0 to 3.12.0, with 3.12.0 being the latest version, with direct links to each versions documentation, including version 3.6.0 where the main content of the webpage is based."],["The `IdentitySelector` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object` as well."],["The class provides the `Identity` property, which is a string representing the identity in the form of principals, that must be a specific identity without wildcard support, for example, user:mike@example.com."]]],[]]