Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MemberRelation

import type { MemberRelation } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Message representing a transitive membership of a group.

interface MemberRelation {
member?: string;
preferredMemberKey?: EntityKey[];
relationType?:
| "RELATION_TYPE_UNSPECIFIED"
| "DIRECT"
| "INDIRECT"
| "DIRECT_AND_INDIRECT";
}

§Properties

§
member?: string
[src]

Resource name for this member.

§
preferredMemberKey?: EntityKey[]
[src]

Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.

§
relationType?: "RELATION_TYPE_UNSPECIFIED" | "DIRECT" | "INDIRECT" | "DIRECT_AND_INDIRECT"
[src]

The relation between the group and the transitive member.

§

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