Back to Node Auth0

Interface UpdateEnabledClientConnectionsRequestContentItem

docs/interfaces/management.Management.UpdateEnabledClientConnectionsRequestContentItem.html

5.9.1822 B
Original Source

Interface UpdateEnabledClientConnectionsRequestContentItem

interface UpdateEnabledClientConnectionsRequestContentItem {
client_id: string;
status: boolean;
}

Index

Properties

client_idstatus

Properties

client_id

client_id: string

The client_id of the client whose status will be changed. Note that the limit per PATCH request is 50 clients.

status

status: boolean

Whether the connection is enabled or not for this client_id

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_idstatus