introduce the RADAR scope token
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user