mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05: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 UpdateMemberIdsRequestModel
|
||||
{
|
||||
/// <summary>
|
||||
/// The associated member ids that have access to this object.
|
||||
/// </summary>
|
||||
public IEnumerable<Guid> MemberIds { get; set; }
|
||||
}
|
Reference in New Issue
Block a user