Back to Node Auth0

Interface ClearAssessorsRequestContent

docs/interfaces/management.Management.ClearAssessorsRequestContent.html

5.9.1829 B
Original Source

Interface ClearAssessorsRequestContent

Example

{ * connection: "connection", * assessors: ["new-device"] * }Copy

interface ClearAssessorsRequestContent {
connection: string;
assessors: "new-device"[];
}

Index

Properties

connectionassessors

Properties

connection

connection: string

The name of the connection containing the user whose assessors should be cleared.

assessors

assessors: "new-device"[]

List of assessors to clear.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connectionassessors