Type alias HighSystemsRequestPutUserToken

HighSystemsRequestPutUserToken: HighSystemsRequest & {
    active: boolean;
    applications: string[];
    description: string;
    name: string;
    tokenid: any;
    userid: any;
}

Type declaration

  • active: boolean
  • applications: string[]
  • description: string
  • name: string
  • tokenid: any

    The User ID of the user the token you wish to update belongs to.

  • userid: any

    The User Token ID of the token you wish to update.

Generated using TypeDoc