Welcome to mirror list, hosted at ThFree Co, Russian Federation.

user_auth_by_provider.json « objects_schemas « metrics « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cf4c1d68aaa409a858acd7fd1d4206299e98dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "object",
  "description": "Distinct users by provider",
  "properties": {
    "two-factor": {"type": "number", "description": " Number of unique user logins using two factor authentication" },
    "two-factor-via-u2f-device": {"type": "number", "description": " Number of unique user logins using two factor authentication via U2F" },
    "two-factor-via-webauthn-device": {"type": "number", "description": " Number of unique user logins using two factor authentication via two-factor-via-webauthn-device" },
    "standard": {"type": "number", "description": " Number of unique user logins using password authentication" },
    "google_oauth2": {"type": "number", "description": " Number of unique user logins using Google OAuth authentication" },
    "twitter": {"type": "number", "description": " Number of unique user logins using Twitter authentication" },
    "github": {"type": "number", "description": " Number of unique user logins using Github authentication" },
    "bitbucket": {"type": "number", "description": " Number of unique user logins using Bitbucket authentication" },
    "group_saml": {"type": "number", "description": " Number of unique user logins using group SAML authentication" },
    "salesforce": {"type": "number", "description": " Number of unique user logins using group Salesforce authentication" }
  }
}