introduce the RADAR scope token

This commit is contained in:
Sven Czarnian
2022-11-04 21:33:24 +01:00
parent 17f521008c
commit 912a8e7509
4 changed files with 34 additions and 0 deletions

View File

@@ -16,6 +16,13 @@ export class UserDto {
})
fullName: string;
@IsNotEmpty()
@ApiProperty({
description: 'The unique logon code for the radar scope plugins',
example: 'SECRET',
})
radarScopeKey: string;
@IsNotEmpty()
@ApiProperty({
description: 'Indicates if the user has administrator access',