docs/classes/management.SDK.BotDetectionClient.html
new BotDetectionClient(options: BaseClientOptions): BotDetectionClient
get(
requestOptions?: BotDetectionClient.RequestOptions,
): HttpResponsePromise<GetBotDetectionSettingsResponseContent>
Get the Bot Detection configuration of your tenant.
OptionalrequestOptions: BotDetectionClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.botDetection.get()Copy
update(
request?: UpdateBotDetectionSettingsRequestContent,
requestOptions?: BotDetectionClient.RequestOptions,
): HttpResponsePromise<UpdateBotDetectionSettingsResponseContent>
Update the Bot Detection configuration of your tenant.
OptionalrequestOptions: BotDetectionClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.botDetection.update()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods getupdate Properties _options