mirror of
https://github.com/bitwarden/server
synced 2026-01-05 18:13:31 +00:00
[SM-787] Extract authorization from project delete command (#2987)
* Extract authorization from project delete command * Support service account write access --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
@@ -10,4 +10,5 @@ public static class ProjectOperations
|
||||
{
|
||||
public static readonly ProjectOperationRequirement Create = new() { Name = nameof(Create) };
|
||||
public static readonly ProjectOperationRequirement Update = new() { Name = nameof(Update) };
|
||||
public static readonly ProjectOperationRequirement Delete = new() { Name = nameof(Delete) };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user