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

DynamicGroupMetadata

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

Dynamic group metadata like queries and status.

interface DynamicGroupMetadata {
queries?: DynamicGroupQuery[];
readonly status?: DynamicGroupStatus;
}

§Properties

§

Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.

§
readonly status?: DynamicGroupStatus
[src]

Output only. Status of the dynamic group.