public static class KeyManagementApi.ListAPIKeysOptionalParameters extends Object
| Constructor and Description |
|---|
ListAPIKeysOptionalParameters() |
public KeyManagementApi.ListAPIKeysOptionalParameters pageSize(Long pageSize)
pageSize - Size for a given page. The maximum allowed value is 100. (optional, default
to 10)public KeyManagementApi.ListAPIKeysOptionalParameters pageNumber(Long pageNumber)
pageNumber - Specific page number to return. (optional, default to 0)public KeyManagementApi.ListAPIKeysOptionalParameters sort(APIKeysSort sort)
sort - API 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. (optional,
default to "name")public KeyManagementApi.ListAPIKeysOptionalParameters filter(String filter)
filter - Filter API keys by the specified string. (optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterCreatedAtStart(String filterCreatedAtStart)
filterCreatedAtStart - Only include API keys created on or after the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterCreatedAtEnd(String filterCreatedAtEnd)
filterCreatedAtEnd - Only include API keys created on or before the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterModifiedAtStart(String filterModifiedAtStart)
filterModifiedAtStart - Only include API keys modified on or after the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterModifiedAtEnd(String filterModifiedAtEnd)
filterModifiedAtEnd - Only include API keys modified on or before the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters include(String include)
include - Comma separated list of resource paths for related resources to include in the
response. Supported resource paths are created_by and modified_by
. (optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterRemoteConfigReadEnabled(Boolean filterRemoteConfigReadEnabled)
filterRemoteConfigReadEnabled - Filter API keys by remote config read enabled status.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterCategory(String filterCategory)
filterCategory - Filter API keys by category. (optional)Copyright © 2024. All rights reserved.