Back to Node Auth0

Interface GetHookRequestParameters

docs/interfaces/management.Management.GetHookRequestParameters.html

5.9.1626 B
Original Source

Interface GetHookRequestParameters

Example

{ * fields: "fields" * }Copy

interface GetHookRequestParameters {
fields?: string | null;
}

Index

Properties

fields?

Properties

Optionalfields

fields?: string | null

Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fields