Table of Contents

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

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetSuspiciousIpThrottlingSettingsResponseContent>

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

request UpdateSuspiciousIpThrottlingSettingsRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateSuspiciousIpThrottlingSettingsResponseContent>