Microsoft Graph · Schema

microsoft.graph.humanSecurityFraudProtectionProvider

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphhumansecurityfraudprotectionprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.humanSecurityFraudProtectionProvider",
  "title": "microsoft.graph.humanSecurityFraudProtectionProvider",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.fraudProtectionProvider"
    },
    {
      "title": "humanSecurityFraudProtectionProvider",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appId": {
          "type": "string",
          "description": "Unique identifier for an individual application. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager."
        },
        "serverToken": {
          "type": "string",
          "description": "Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.humanSecurityFraudProtectionProvider"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.humanSecurityFraudProtectionProvider"
}