Back to Node Auth0

Class SuspiciousIpThrottlingClient

docs/classes/management.SDK.SuspiciousIpThrottlingClient.html

5.9.14.2 KB
Original Source

Class SuspiciousIpThrottlingClient

Index

Constructors

constructor

Methods

getupdate

Properties

_options

Constructors

constructor

new SuspiciousIpThrottlingClient(
options: BaseClientOptions,
): SuspiciousIpThrottlingClient

Parameters

Returns SuspiciousIpThrottlingClient

Methods

get

get(
requestOptions?: SuspiciousIpThrottlingClient.RequestOptions,
): HttpResponsePromise<GetSuspiciousIpThrottlingSettingsResponseContent>

Retrieve details of the Suspicious IP Throttling configuration of your tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<GetSuspiciousIpThrottlingSettingsResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.attackProtection.suspiciousIpThrottling.get()Copy

update

update(
request?: UpdateSuspiciousIpThrottlingSettingsRequestContent,
requestOptions?: SuspiciousIpThrottlingClient.RequestOptions,
): HttpResponsePromise<UpdateSuspiciousIpThrottlingSettingsResponseContent>

Update the details of the Suspicious IP Throttling configuration of your tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<UpdateSuspiciousIpThrottlingSettingsResponseContent>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.attackProtection.suspiciousIpThrottling.update()Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods getupdate Properties _options