Authorization: AuthorizationUpdateRequest & {
    createdAt?: string;
    id?: string;
    links?: { self?: Link; user?: Link };
    org?: string;
    orgID?: string;
    permissions?: Permission[];
    token?: string;
    updatedAt?: string;
    user?: string;
    userID?: string;
}

Type declaration

  • Optional ReadonlycreatedAt?: string
  • Optional Readonlyid?: string
  • Optional Readonlylinks?: { self?: Link; user?: Link }
  • Optional Readonlyorg?: string

    The name of the organization that owns the token.

  • OptionalorgID?: string

    The ID of the organization.

  • Optionalpermissions?: Permission[]

    A list of permissions for an authorization. An authorization must have at least one permission.

  • Optional Readonlytoken?: string

    The API token for authenticating InfluxDB API and CLI requests.

  • Optional ReadonlyupdatedAt?: string
  • Optional Readonlyuser?: string

    The name of the user that the token is scoped to.

  • Optional ReadonlyuserID?: string

    The ID of the user that the token is scoped to.

MMNEPVFCICPMFPCPTTAAATR