The identities and group edges.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#group_edges
def group_edges() -> ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge>
    Returns
    
  - 
        (::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. The Edge.source_node
contains a group, such as 
group:parent@google.com. The Edge.target_node contains a member of the group, such asgroup:child@google.comoruser:foo@google.com. This field is present only if the output_group_edges option is enabled in request. 
#group_edges=
def group_edges=(value) -> ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge>
    Parameter
    
  - 
        value (::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. The Edge.source_node
contains a group, such as 
group:parent@google.com. The Edge.target_node contains a member of the group, such asgroup:child@google.comoruser:foo@google.com. This field is present only if the output_group_edges option is enabled in request. 
    Returns
    
  - 
        (::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. The Edge.source_node
contains a group, such as 
group:parent@google.com. The Edge.target_node contains a member of the group, such asgroup:child@google.comoruser:foo@google.com. This field is present only if the output_group_edges option is enabled in request. 
#identities
def identities() -> ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity>
    Returns
    
  - 
        (::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.
 
 
#identities=
def identities=(value) -> ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity>
    Parameter
    
  - 
        value (::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.
 
 
    Returns
    
- 
        (::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.