Back to Node Auth0

Class BreachedPasswordDetectionClient

docs/classes/management.SDK.BreachedPasswordDetectionClient.html

5.9.14.3 KB
Original Source

Class BreachedPasswordDetectionClient

Index

Constructors

constructor

Methods

getupdate

Properties

_options

Constructors

constructor

new BreachedPasswordDetectionClient(
options: BaseClientOptions,
): BreachedPasswordDetectionClient

Parameters

Returns BreachedPasswordDetectionClient

Methods

get

get(
requestOptions?: BreachedPasswordDetectionClient.RequestOptions,
): HttpResponsePromise<GetBreachedPasswordDetectionSettingsResponseContent>

Retrieve details of the Breached Password Detection configuration of your tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<GetBreachedPasswordDetectionSettingsResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.attackProtection.breachedPasswordDetection.get()Copy

update

update(
request?: UpdateBreachedPasswordDetectionSettingsRequestContent,
requestOptions?: BreachedPasswordDetectionClient.RequestOptions,
): HttpResponsePromise<
UpdateBreachedPasswordDetectionSettingsResponseContent,
>

Update details of the Breached Password Detection configuration of your tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<UpdateBreachedPasswordDetectionSettingsResponseContent>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.attackProtection.breachedPasswordDetection.update()Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods getupdate Properties _options