Class GroupRelation
Message representing a transitive group of a user or a group.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GroupRelation : IDirectResponseSchema
Properties
DisplayName
Display name for this group.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Group
Resource name for this group.
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupKey
Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
Declaration
[JsonProperty("groupKey")]
public virtual EntityKey GroupKey { get; set; }
Property Value
Type | Description |
---|---|
EntityKey |
Labels
Labels for Group resource.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
RelationType
The relation between the member and the transitive group.
Declaration
[JsonProperty("relationType")]
public virtual string RelationType { get; set; }
Property Value
Type | Description |
---|---|
string |
Roles
Membership roles of the member for the group.
Declaration
[JsonProperty("roles")]
public virtual IList<TransitiveMembershipRole> Roles { get; set; }
Property Value
Type | Description |
---|---|
IList<TransitiveMembershipRole> |