Class: Google::Cloud::Asset::V1::IamPolicyAnalysisQuery::IdentitySelector
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisQuery::IdentitySelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
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.
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Required.
Instance Attribute Details
#identity ⇒ ::String
Returns Required. The identity appear in the form of principals in IAM policy binding.
The examples of supported forms are: "user:[email protected]", "group:[email protected]", "domain:google.com", "serviceAccount:[email protected]".
Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
999 1000 1001 1002 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 999 class IdentitySelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |