every gosh darn time
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
This commit is contained in:
10
api/src/Models/Permissions.cs
Normal file
10
api/src/Models/Permissions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
// this is a static data model; it doesnt exist in a database (yet)
|
||||
// lol no dynamic permissions would mean endpoint authorization gates need to be dynamic too
|
||||
|
||||
public static class Permission {
|
||||
|
||||
public const string SensitiveData_Read = "SensitiveData.Read";
|
||||
public const string SensitiveData_Modify = "SensitiveData.Modify";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user