UserGroup
Retrieve a UserGroup Object.
The UserGroup object represents a UserGroup in DMScript. UserGroup objects can be retrieved as the owner from other objects (such as Endpoints, Environments, Applications etc.). They can also be returned from a getusergroup call or from a User object (as a list of groups to which the user belongs).
The following properties can be accessed on the UserGroup object:
Property | Return Type | Description |
---|---|---|
ID | Integer | UserGroup id, as used in the database. |
— | — | — |
name | String | UserGroup Name. |
kind | String | Returns “group”. Used to differentiate between users and groups where retrieving an owner object. |
fqdomain | String | Fully qualified domain name. |
String | The UserGroup’s email address. | |
creator | User | User Object representing the user who created this UserGroup. |
modifier | User | User Object representing the user who last modified this UserGroup. |
ctime | Date | Date Object representing the date/time the UserGroup was created. |
mtime | Date | Date Object representing the date/time the UserGroup was last modified. |
owner | Object | User or UserGroup that owns the UserGroup. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 5, 2024: Signed-off-by: tracyragan <[email protected]> (548693a)