1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 12:43:14 +00:00

finishing summary

This commit is contained in:
Jared McCannon
2025-11-26 10:59:46 -06:00
parent 6ca63a4375
commit 4d1e154e11

View File

@@ -13,9 +13,11 @@ public interface IAutomaticUserConfirmationPolicyEnforcementQuery
{
/// <summary>
/// Checks if the given user is compliant with the Automatic User Confirmation policy. To be compliant, the user must:
///
/// Checks if the given user is compliant with the Automatic User Confirmation policy.
///
/// To be compliant a user must
/// - not be a provider
/// - not be a member of another organization (similar to Single Organization Policy)
/// </summary>
/// <param name="request"></param>
/// <remarks>