import { VaultConsumersAllRequest } from "@apideck/unify/models/operations";
let value: VaultConsumersAllRequest = {
filter: {
consumerId: "test-consumer",
search: "john",
},
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
appId |
string | ➖ | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
filter |
components.ConsumersFilter | ➖ | Filter results | |
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 |