Skip to main content

Interface: IGetApiKeysRequest

cloudservice.v1.IGetApiKeysRequest

Properties of a GetApiKeysRequest.

Implemented by

Properties

ownerId

Optional ownerId: null | string

Filter api keys by owner id - optional.


ownerType

Optional ownerType: null | string

Filter api keys by owner type - optional. Possible values: user, service-account


pageSize

Optional pageSize: null | number

The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.


pageToken

Optional pageToken: null | string

The page token if this is continuing from another response - optional.