Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::IdentityList
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisResult::IdentityList
- 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
-
#group_edges ⇒ ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge>
Group identity edges of the graph starting from the binding's group members to any node of the identities.
-
#identities ⇒ ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity>
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.
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.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1117 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.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1117 class IdentityList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |