UserGroupModel

UserGroupModel
UserGroupModel

Wavefront user group entity

JSON Example
{
    "users": [
        "string"
    ],
    "userCount": 0,
    "properties": {
        "nameEditable": false,
        "usersEditable": false,
        "rolesEditable": false
    },
    "roles": [
        {
            "sampleLinkedGroups": [
                "UserGroup Object"
            ],
            "linkedGroupsCount": 0,
            "sampleLinkedAccounts": [
                "string"
            ],
            "linkedAccountsCount": 0,
            "restrictedPermissions": [
                "string"
            ],
            "properties": {
                "nameEditable": false,
                "usersRemovable": false,
                "usersAddable": false,
                "permsEditable": false,
                "deletable": false
            },
            "permissions": [
                "string"
            ],
            "name": "string",
            "id": "string",
            "description": "string",
            "createdEpochMillis": 0,
            "lastUpdatedMs": 0,
            "lastUpdatedAccountId": "string",
            "customer": "string"
        }
    ],
    "roleCount": 0,
    "name": "string",
    "id": "string",
    "description": "string",
    "createdEpochMillis": 0,
    "customer": "string"
}
array of string
users
Optional

List(may be incomplete) of users that are members of the user group.

integer As int32 As int32
userCount
Optional

Total number of users that are members of the user group

properties
Optional

properties

array of RoleDTO
roles
Optional

List of roles that are linked to the user group.

integer As int32 As int32
roleCount
Optional

Total number of roles that are linked the the user group

string
name
Required

The name of the user group

string
id
Optional

The unique identifier of the user group

string
description
Optional

The description of the user group

integer As int64 As int64
createdEpochMillis
Optional

createdEpochMillis

string
customer
Optional

The id of the customer to which the user group belongs