Class: Google::Cloud::Asset::V1::IamPolicyAnalysisQuery::IdentitySelector

Inherits:
Object
  • Object
show all
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

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.

Returns:



1007
1008
1009
1010
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1007

class IdentitySelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end