RoleDTO

RoleDTO
RoleDTO
JSON Example
{
    "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"
}
array of UserGroup
sampleLinkedGroups
Optional

A sample of the groups assigned to this role. Please use the Role facet of the Group Search API to get the full list of groups for this role

integer As int32 As int32
linkedGroupsCount
Optional

Total number of groups that are linked to the role

array of string
sampleLinkedAccounts
Optional

A sample of the accounts assigned to this role. Please use the Role facet of the Account Search API to get the full list of accounts for this role

integer As int32 As int32
linkedAccountsCount
Optional

Total number of accounts that are linked to the role

array of string
restrictedPermissions
Optional

The list of permissions that are restricted with the role. Currently only CSP roles have restrictions.

properties
Optional

properties

array of string
permissions
Optional

List of permissions the role has been granted access to

string
name
Optional

The name of the role

string
id
Optional

The unique identifier of the role

string
description
Optional

The description of the role

integer As int64 As int64
createdEpochMillis
Optional

createdEpochMillis

integer As int64 As int64
lastUpdatedMs
Optional

The last time when the role is updated, in epoch milliseconds

string
lastUpdatedAccountId
Optional

The account that updated this role last time

string
customer
Optional

The id of the customer to which the role belongs