listApplicationKeys method
ResponseFuture<ListApplicationKeysResponse>
listApplicationKeys(
- ListApplicationKeysRequest request, {
- CallOptions? options,
List Application Keys
Deprecated: use application service v2 ListApplicationKeys instead.
Returns a list of application keys matching the input parameters.
The result can be sorted by id, aggregate, creation date, expiration date, resource owner or type. It can also be filtered by app, project or organization ID.
Required permissions:
- project.app.read
Implementation
$grpc.ResponseFuture<$0.ListApplicationKeysResponse> listApplicationKeys(
$0.ListApplicationKeysRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listApplicationKeys, request, options: options);
}