credentialUsageSummary resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the current state of how many users in your organization are using self-service password reset capabilities. For more information about license requirements for this feature, see Authentication Methods Activity: Permissions and licenses.

Methods

Method Return Type Description
getCredentialUsageSummary credentialUsageSummary Read properties and relationships of a credentialUsageSummary object.

Properties

Property Type Description
authMethod usageAuthMethod Represents the authentication method that the user used. Possible values are:email, mobileSMS, mobileCall, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobileCall (supported only in registration), fido, appPassword, unknownFutureValue.
failureActivityCount Int64 Provides the count of failed resets or registration data.
feature featureType Defines the feature to report. Possible values are: registration, reset, unknownFutureValue.
id String The unique identifier for the activity. Read-only.
successfulActivityCount Int64 Provides the count of successful registrations or resets.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "id" : "String",
  "feature":"string",
  "successfulActivityCount":"Int64",
  "failureActivityCount": "Int64",
  "authMethod": "string"
}