Interface ServiceAccountsApiListServiceAccountApplicationKeysRequest

Hierarchy

  • ServiceAccountsApiListServiceAccountApplicationKeysRequest

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.

pageNumber?: number

Specific page number to return.

pageSize?: number

Size for a given page. The maximum allowed value is 100.

serviceAccountId: string

The ID of the service account.

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