import { VaultConsumersAllRequest } from "@apideck/unify/models/operations";
let value: VaultConsumersAllRequest = {};
Field | Type | Required | Description | Example |
---|---|---|---|---|
appId |
string | ➖ | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
cursor |
string | ➖ | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | |
limit |
number | ➖ | Number of results to return. Minimum 1, Maximum 200, Default 20 |