Hide Table of Contents
Class: GroupDetails

Description

The GroupDetails class represents the properties of a Workflow Manager (Classic) user's group including the privileges and users that belong to the group.

Class hierarchy

esri.WorkflowManager.SupportClasses.GroupDetails()

Properties

NameTypeSummary
descriptionstringA description of the group.
emailstringThe email associated to the group.
idintA unique identifier for the group.
namestringThe name of the group.
privilegesPrivilege[]The list of privileges associated to the group.
usersstring[]The list of users that belong to the group.
Property Details

<string> description

A description of the group.

<string> email

The email associated to the group.

<int> id

A unique identifier for the group.

<string> name

The name of the group.

<privilege[]> privileges

The list of privileges associated to the group.

<string[]> users

The list of users that belong to the group.