influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > AuthorizationUpdateRequest

AuthorizationUpdateRequest interface

Signature:

interface AuthorizationUpdateRequest 

Properties

Property Modifiers Type Description
description?   string (Optional) A description of the token.
status?   ‘active’ | ‘inactive’ (Optional) Status of the token. If inactive, requests using the token will be rejected.