Back to Node Auth0

Class SupplementalSignalsClient

docs/classes/management.SDK.SupplementalSignalsClient.html

5.9.14.0 KB
Original Source

Class SupplementalSignalsClient

Index

Constructors

constructor

Methods

getpatch

Properties

_options

Constructors

constructor

new SupplementalSignalsClient(
options: BaseClientOptions,
): SupplementalSignalsClient

Parameters

Returns SupplementalSignalsClient

Methods

get

get(
requestOptions?: SupplementalSignalsClient.RequestOptions,
): HttpResponsePromise<GetSupplementalSignalsResponseContent>

Get the supplemental signals configuration for a tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<GetSupplementalSignalsResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.TooManyRequestsError

Example

await client.supplementalSignals.get()Copy

patch

patch(
request: UpdateSupplementalSignalsRequestContent,
requestOptions?: SupplementalSignalsClient.RequestOptions,
): HttpResponsePromise<PatchSupplementalSignalsResponseContent>

Update the supplemental signals configuration for a tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<PatchSupplementalSignalsResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.TooManyRequestsError

Example

await client.supplementalSignals.patch({ akamai_enabled: true })Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods getpatch Properties _options