mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
AC Team code ownership moves - Api project (#3351)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Bit.Api.AdminConsole.Public.Models.Request;
|
||||
|
||||
public class UpdateGroupIdsRequestModel
|
||||
{
|
||||
/// <summary>
|
||||
/// The associated group ids that this object can access.
|
||||
/// </summary>
|
||||
public IEnumerable<Guid> GroupIds { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user