{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener", "title": "microsoft.graph.onFraudProtectionLoadStartListener", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationEventListener" }, { "title": "onFraudProtectionLoadStartListener", "required": [ "@odata.type" ], "type": "object", "properties": { "handler": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onFraudProtectionLoadStartHandler" }, { "type": "object", "nullable": true } ], "description": "Configuration for what to invoke if the event resolves to this listener." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.onFraudProtectionLoadStartListener" } } } ], "x-ms-discriminator-value": "#microsoft.graph.onFraudProtectionLoadStartListener" }