Account

Account
Account

Wavefront account entity.

JSON Example
{
    "unitedRoles": [
        "string"
    ],
    "unitedPermissions": [
        "string"
    ],
    "identifier": "string",
    "groups": [
        "string"
    ],
    "roles": [
        "string"
    ],
    "userGroups": [
        "string"
    ]
}
array of string
unitedRoles
Optional

The list of account's roles assigned directly or through user groups assigned to it

array of string
unitedPermissions
Optional

The list of account's permissions assigned directly or through united roles assigned to it

string
identifier
Required

The unique identifier of an account.

array of string
groups
Optional

The list of account's permissions.

array of string
roles
Optional

The list of account's roles.

array of string
userGroups
Optional

The list of account's user groups.