docs/classes/management.SDK.BreachedPasswordDetectionClient.html
new BreachedPasswordDetectionClient(
options: BaseClientOptions,
): BreachedPasswordDetectionClient
get(
requestOptions?: BreachedPasswordDetectionClient.RequestOptions,
): HttpResponsePromise<GetBreachedPasswordDetectionSettingsResponseContent>
Retrieve details of the Breached Password Detection configuration of your tenant.
OptionalrequestOptions: BreachedPasswordDetectionClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.breachedPasswordDetection.get()Copy
update(
request?: UpdateBreachedPasswordDetectionSettingsRequestContent,
requestOptions?: BreachedPasswordDetectionClient.RequestOptions,
): HttpResponsePromise<
UpdateBreachedPasswordDetectionSettingsResponseContent,
>
Update details of the Breached Password Detection configuration of your tenant.
OptionalrequestOptions: BreachedPasswordDetectionClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.breachedPasswordDetection.update()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods getupdate Properties _options