RoleDTO
Individual Role
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
Number of Users associated with this Role
Number of Credential Providers associated with this Role
True if this is a system included Role (e.g. SuperAdmin or Auditor)
permissions object[]nullable
Permissions assigned to this Role
Name of the Permission Target
True if this permission allows access to Read the Permission Target, False otherwise
True if this permission allows access to Write the Permission Target, False otherwise
True if this permission allows access to Write the Permission Target, False otherwise
True if this permission allows access to Read the Permission Target, False otherwise
Description of the Permission level
resourceSets object[]nullable
Resource Sets assigned to this Role
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
Server Workloads associated with this Resource Set
Client Workloads associated with this Resource Set
Access Policies associated with this Resource Set
Trust Providers associated with this Resource Set
Access Conditions associated with this Resource Set
Credential Providers associated with this Resource Set
Roles associated with this Resource Set
Details of the Roles associated with this Resource Set
Users associated with this Resource Set
Standalone Certificate Authority associated with this Resource Set
{
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"usersCount": 0,
"credentialProvidersCount": 0,
"isSystem": true,
"permissions": [
{
"name": "string",
"read": true,
"write": true,
"isWritable": true,
"isReadable": true,
"accessLevel": "string"
}
],
"resourceSets": [
{
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"serverWorkloadCount": 0,
"clientWorkloadCount": 0,
"accessPolicyCount": 0,
"trustProviderCount": 0,
"accessConditionCount": 0,
"credentialProviderCount": 0,
"roles": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"rolesDetails": [
null
],
"users": [
"string"
],
"standaloneCertificateAuthority": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}