A Group that has not been created yet.

IGroupAdd can also be imported from the following packages:

import { IGroupAdd } from "@esri/arcgis-rest-portal";
interface IGroupAdd {
    access: "private" | "public" | "org";
    autoJoin?: boolean;
    description?: string;
    isInvitationOnly?: boolean;
    isViewOnly?: boolean;
    owner?: string;
    phone?: string;
    snippet?: string;
    sortField?: "title" | "created" | "modified" | "owner" | "avgrating" | "numviews";
    sortOrder?: "asc" | "desc";
    tags?: string[];
    thumbnail?: string;
    title: string;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any

Properties

access: "private" | "public" | "org"
autoJoin?: boolean
description?: string
isInvitationOnly?: boolean
isViewOnly?: boolean
owner?: string
phone?: string
snippet?: string
sortField?: "title" | "created" | "modified" | "owner" | "avgrating" | "numviews"
sortOrder?: "asc" | "desc"
tags?: string[]
thumbnail?: string
title: string