We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d69e0 commit bfa66a6Copy full SHA for bfa66a6
elasticsearch-api/lib/elasticsearch/api/actions/security/get_api_key.rb
@@ -30,6 +30,7 @@ module Actions
30
# @option arguments [String] :realm_name realm name of the user who created this API key to be retrieved
31
# @option arguments [Boolean] :owner flag to query API keys owned by the currently authenticated user
32
# @option arguments [Boolean] :with_limited_by flag to show the limited-by role descriptors of API Keys
33
+ # @option arguments [Boolean] :active_only flag to limit response to only active (not invalidated or expired) API keys
34
# @option arguments [Hash] :headers Custom HTTP headers
35
#
36
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-api-key.html
0 commit comments