1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Adding XML docs

This commit is contained in:
jrmccannon 2025-03-28 10:11:47 -05:00
parent 1e72072b3a
commit 06d091178f
No known key found for this signature in database
GPG Key ID: CF03F3DB01CE96A6

View File

@ -6,6 +6,10 @@ using Bit.Core.Utilities;
namespace Bit.Core.AdminConsole.OrganizationFeatures.OrganizationUsers.InviteUsers.Models;
/// <summary>
/// Object for associating the <see cref="OrganizationUser"/> with their assigned collections
/// <see cref="CollectionAccessSelection"/> and Group Ids.
/// </summary>
public class CreateOrganizationUser
{
public OrganizationUser OrganizationUser { get; set; }