The Attack Protection API provides operations to configure the User Lockout Settings and the Authenticator Settings in your org to protect against password abuse.
Retrieves the Authenticator Settings for an org
OK
Forbidden
Too Many Requests
[- {
- "verifyKnowledgeSecondWhen2faRequired": false
}
]
Replaces the Authenticator Settings for an org
OK
Bad Request
Forbidden
Too Many Requests
{- "verifyKnowledgeSecondWhen2faRequired": false
}
{- "verifyKnowledgeSecondWhen2faRequired": false
}
Retrieves the User Lockout Settings for an org
OK
Forbidden
Too Many Requests
[- {
- "preventBruteForceLockoutFromUnknownDevices": false
}
]
Replaces the User Lockout Settings for an org
OK
Bad Request
Forbidden
Too Many Requests
{- "preventBruteForceLockoutFromUnknownDevices": false
}
{- "preventBruteForceLockoutFromUnknownDevices": false
}