Get the Bot Detection configuration of tenant. Required scope: `read:attack_protection` See: https://auth0.com/docs/api/management/v2#!/attack-protection/get-bot-detection
(ctx context.Context, opts ...option.RequestOption)
| 74 | // |
| 75 | // See: https://auth0.com/docs/api/management/v2#!/attack-protection/get-bot-detection |
| 76 | Get(ctx context.Context, opts ...option.RequestOption) (*managementv2.GetBotDetectionSettingsResponseContent, error) |
| 77 | |
| 78 | // Update the Bot Detection configuration of tenant. |
| 79 | // |
no outgoing calls