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

GroupsCreateOptions

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

Additional options for CloudIdentity#groupsCreate.

interface GroupsCreateOptions {
initialGroupConfig?: "INITIAL_GROUP_CONFIG_UNSPECIFIED" | "WITH_INITIAL_OWNER" | "EMPTY";
}

§Properties

§
initialGroupConfig?: "INITIAL_GROUP_CONFIG_UNSPECIFIED" | "WITH_INITIAL_OWNER" | "EMPTY"
[src]

Optional. The initial configuration option for the Group.