Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::IdentityList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/assets.rb

Overview

The identities and group edges.

Instance Attribute Summary collapse

Instance Attribute Details

#group_edges::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge>

Returns Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:[email protected]. The Edge.target_node contains a member of the group, such as group:[email protected] or user:[email protected]. This field is present only if the output_group_edges option is enabled in request.

Returns:



566
567
568
569
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 566

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

#identities::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity>

Returns Only the identities that match one of the following conditions will be presented:

  • The identity_selector, if it is specified in request;
  • Otherwise, identities reachable from the policy binding's members.

Returns:



566
567
568
569
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 566

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