Class GetMembershipGraphResponse
The response message for MembershipsService.GetMembershipGraph.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GetMembershipGraphResponse : IDirectResponseSchema
Properties
AdjacencyList
The membership graph's path information represented as an adjacency list.
Declaration
[JsonProperty("adjacencyList")]
public virtual IList<MembershipAdjacencyList> AdjacencyList { get; set; }
Property Value
Type | Description |
---|---|
IList<MembershipAdjacencyList> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Groups
The resources representing each group in the adjacency list. Each group in this list can be correlated to a 'group' of the MembershipAdjacencyList using the 'name' of the Group resource.
Declaration
[JsonProperty("groups")]
public virtual IList<Group> Groups { get; set; }
Property Value
Type | Description |
---|---|
IList<Group> |