Class MembershipAdjacencyList
Membership graph's path information as an adjacency list.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class MembershipAdjacencyList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Edges
Each edge contains information about the member that belongs to this group. Note: Fields returned here will help identify the specific Membership resource (e.g name, preferred_member_key and role), but may not be a comprehensive list of all fields.
Declaration
[JsonProperty("edges")]
public virtual IList<Membership> Edges { get; set; }
Property Value
Type | Description |
---|---|
IList<Membership> |
Group
Resource name of the group that the members belong to.
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
Type | Description |
---|---|
string |