mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
azure functions project
This commit is contained in:
15
util/Function/Models/AccessRuleResultResponse.cs
Normal file
15
util/Function/Models/AccessRuleResultResponse.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Bit.Function.Models
|
||||
{
|
||||
public class AccessRuleResultResponse
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Notes { get; set; }
|
||||
public ConfigurationResponse Configuration { get; set; }
|
||||
|
||||
public class ConfigurationResponse
|
||||
{
|
||||
public string Target { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user