mirror of
https://github.com/bitwarden/server
synced 2025-12-23 19:53:40 +00:00
group external id
This commit is contained in:
@@ -20,12 +20,14 @@ namespace Bit.Core.Models.Api
|
||||
OrganizationId = group.OrganizationId.ToString();
|
||||
Name = group.Name;
|
||||
AccessAll = group.AccessAll;
|
||||
ExternalId = group.ExternalId;
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
public string OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public bool AccessAll { get; set; }
|
||||
public string ExternalId { get; set; }
|
||||
}
|
||||
|
||||
public class GroupDetailsResponseModel : GroupResponseModel
|
||||
|
||||
Reference in New Issue
Block a user