{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BruteForceProtectionModeEnum", "title": "BruteForceProtectionModeEnum", "type": "string", "description": "Account Lockout: Determines whether or not IP address is used when counting failed attempts.\n Possible values: count_per_identifier_and_ip, count_per_identifier.", "default": "count_per_identifier_and_ip", "enum": [ "count_per_identifier_and_ip", "count_per_identifier" ] }