Microsoft Graph · Schema

authenticationMethodsRegistrationCampaignIncludeTarget

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
id string The object identifier of a Microsoft Entra user or group.
targetedAuthenticationMethod string The authentication method that the user is prompted to register. The value must be microsoftAuthenticator.
targetType object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthenticationmethodsregistrationcampaigninclu-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget",
  "title": "authenticationMethodsRegistrationCampaignIncludeTarget",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The object identifier of a Microsoft Entra user or group."
    },
    "targetedAuthenticationMethod": {
      "type": "string",
      "description": "The authentication method that the user is prompted to register. The value must be microsoftAuthenticator.",
      "nullable": true
    },
    "targetType": {
      "$ref": "#/components/schemas/microsoft.graph.authenticationMethodTargetType"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}