Interface ISuspiciousIpThrottlingClient
- Namespace
- Auth0.ManagementApi.AttackProtection
- Assembly
- Auth0.ManagementApi.dll
public interface ISuspiciousIpThrottlingClient
- Extension Methods
Methods
GetAsync(RequestOptions?, CancellationToken)
Retrieve details of the Suspicious IP Throttling configuration of your tenant.
WithRawResponseTask<GetSuspiciousIpThrottlingSettingsResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
optionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(UpdateSuspiciousIpThrottlingSettingsRequestContent, RequestOptions?, CancellationToken)
Update the details of the Suspicious IP Throttling configuration of your tenant.
WithRawResponseTask<UpdateSuspiciousIpThrottlingSettingsResponseContent> UpdateAsync(UpdateSuspiciousIpThrottlingSettingsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestUpdateSuspiciousIpThrottlingSettingsRequestContentoptionsRequestOptionscancellationTokenCancellationToken