Interface KeyManagementApiListCurrentUserApplicationKeysRequest

Hierarchy

  • KeyManagementApiListCurrentUserApplicationKeysRequest

Properties

filter?: string

Filter application keys by the specified string.

filterCreatedAtEnd?: string

Only include application keys created on or before the specified date.

filterCreatedAtStart?: string

Only include application keys created on or after the specified date.

include?: string

Resource path for related resources to include in the response. Only owned_by is supported.

pageNumber?: number

Specific page number to return.

pageSize?: number

Number of items to return per page. The maximum allowed value is 100.

Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.

Generated using TypeDoc