Interface: IGetApiKeysRequest
cloudservice.v1.IGetApiKeysRequest
Properties of a GetApiKeysRequest.
Hierarchy
-
↳
IGetApiKeysRequest
Properties
ownerId
• Optional ownerId: null | string
Filter api keys by owner id - optional.
Inherited from
ownerType
• Optional ownerType: null | OwnerType
Filter api keys by owner type - optional. temporal:enums:replaces=owner_type_deprecated
Inherited from
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
pageToken
• Optional pageToken: null | string
The page token if this is continuing from another response - optional.