docs/classes/management.SDK.PhoneProviderProtectionClient.html
new PhoneProviderProtectionClient(
options: BaseClientOptions,
): PhoneProviderProtectionClient
get(
requestOptions?: PhoneProviderProtectionClient.RequestOptions,
): HttpResponsePromise<GetPhoneProviderProtectionResponseContent>
Get the phone provider protection configuration for a tenant.
OptionalrequestOptions: PhoneProviderProtectionClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.phoneProviderProtection.get()Copy
patch(
request: PatchPhoneProviderProtectionRequestContent,
requestOptions?: PhoneProviderProtectionClient.RequestOptions,
): HttpResponsePromise<PatchPhoneProviderProtectionResponseContent>
Update the phone provider protection configuration for a tenant.
OptionalrequestOptions: PhoneProviderProtectionClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.phoneProviderProtection.patch({ type: "exponential" })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods getpatch Properties _options