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 members 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:



952
953
954
955
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 952

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