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