{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GuardianEnrollmentFactorEnum", "title": "GuardianEnrollmentFactorEnum", "type": "string", "description": "Optional. Specifies which factor the user must enroll with.
Note: Parameter can only be used with Universal Login; it cannot be used with Classic Login or custom MFA pages.", "enum": [ "push-notification", "phone", "email", "otp", "webauthn-roaming", "webauthn-platform" ] }