Interface ServiceAccountsApiListServiceAccountAccessTokensRequest

Hierarchy

  • ServiceAccountsApiListServiceAccountAccessTokensRequest

Properties

filter?: string

Filter access tokens by the specified string.

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.

Access token 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