Class MemberRelation
Message representing a transitive membership of a group.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.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 member.
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> |