RoleDTO
{
"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"
}
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
Total number of groups that are linked to the role
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
Total number of accounts that are linked to the role
The list of permissions that are restricted with the role. Currently only CSP roles have restrictions.
List of permissions the role has been granted access to
The name of the role
The unique identifier of the role
The description of the role
createdEpochMillis
The last time when the role is updated, in epoch milliseconds
The account that updated this role last time
The id of the customer to which the role belongs