Skip to main content

Interface: IGetApiKeysRequest

cloudservice.v1.IGetApiKeysRequest

Properties of a GetApiKeysRequest.

Hierarchy

Properties

ownerId

Optional ownerId: null | string

Filter api keys by owner id - optional.

Inherited from

$Properties.ownerId


ownerType

Optional ownerType: null | OwnerType

Filter api keys by owner type - optional. temporal:enums:replaces=owner_type_deprecated

Inherited from

$Properties.ownerType


ownerTypeDeprecated

Optional ownerTypeDeprecated: null | string

Filter api keys by owner type - optional. Possible values: user, service-account temporal:versioning:max_version=v0.3.0

Inherited from

$Properties.ownerTypeDeprecated


pageSize

Optional pageSize: null | number

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

Inherited from

$Properties.pageSize


pageToken

Optional pageToken: null | string

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

Inherited from

$Properties.pageToken