mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Adding XML docs
This commit is contained in:
parent
1e72072b3a
commit
06d091178f
@ -6,6 +6,10 @@ using Bit.Core.Utilities;
|
|||||||
|
|
||||||
namespace Bit.Core.AdminConsole.OrganizationFeatures.OrganizationUsers.InviteUsers.Models;
|
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 class CreateOrganizationUser
|
||||||
{
|
{
|
||||||
public OrganizationUser OrganizationUser { get; set; }
|
public OrganizationUser OrganizationUser { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user