BaseRoleDto

BaseRoleDto
BaseRoleDto

Defines the base properties of the role.

JSON Example
{
    "name": "string",
    "resource": "string"
}
string
name
Required

The name of the role.

string
resource
Optional
Constraints: minLength: 0 maxLength: 200

The resource in which the role is scoped to. The resource will be embedded in the Access Token "perms" claim, as part of the role.