Properties
| Property | Type | Description |
|---|---|---|
| createdTime | Date | The date and time when this group was created. |
| id | String | The ID of this group. |
| inbuilt | Boolean | Is this an inbuilt group that is created automatically during installation? . |
| members | Config2_GroupMembers | An object that allows members of this group to be managed. |
| modifiedTime | Date | The date and time when this group was last modified. |
| name | String | The name of this group. |
Methods
| Method | Returns | Description |
|---|---|---|
| remove() | void | Deletes this group. |
Property Details
(readonly) createdTime :Date
- Description:
The date and time when this group was created.
The date and time when this group was created.
Type:
- Date
(readonly) id :String
- Description:
The ID of this group.
The ID of this group.
Type:
- String
(readonly) inbuilt :Boolean
- Description:
Is this an inbuilt group that is created automatically during installation?
Is this an inbuilt group that is created automatically during installation?
Type:
- Boolean
members :Config2_GroupMembers
- Description:
An object that allows members of this group to be managed.
An object that allows members of this group to be managed.
Type:
(readonly) modifiedTime :Date
- Description:
The date and time when this group was last modified.
The date and time when this group was last modified.
Type:
- Date
name :String
- Description:
The name of this group. Group names must be unique.
The name of this group. Group names must be unique.
Type:
- String
Method Details
remove()
- Description:
Deletes this group.