Show / Hide Table of Contents

Class MemberRelation

Message representing a transitive membership of a group.

Inheritance
object
MemberRelation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class MemberRelation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Member

Resource name for this member.

Declaration
[JsonProperty("member")]
public virtual string Member { get; set; }
Property Value
Type Description
string

PreferredMemberKey

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("preferredMemberKey")]
public virtual IList<EntityKey> PreferredMemberKey { get; set; }
Property Value
Type Description
IList<EntityKey>

RelationType

The relation between the group and the transitive membership.

Declaration
[JsonProperty("relationType")]
public virtual string RelationType { get; set; }
Property Value
Type Description
string

Roles

The membership role details (i.e name of role and expiry time).

Declaration
[JsonProperty("roles")]
public virtual IList<TransitiveMembershipRole> Roles { get; set; }
Property Value
Type Description
IList<TransitiveMembershipRole>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX