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
description | string | A description of the group. |
email | string | The email associated to the group. |
id | int | A unique identifier for the group. |
name | string | The name of the group. |
privileges | Privilege[] | The list of privileges associated to the group. |
users | string[] | The list of users that belong to the group. |
Property Details
A description of the group.
The email associated to the group.
A unique identifier for the group.
The list of privileges associated to the group.
The list of users that belong to the group.