Skip to content

Commit

Permalink
[API] Adds active_only flag to security.get_api_key
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Briano <[email protected]>
  • Loading branch information
elasticmachine and picandocodigo committed Dec 22, 2023
1 parent 10d69e0 commit bfa66a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module Actions
# @option arguments [String] :realm_name realm name of the user who created this API key to be retrieved
# @option arguments [Boolean] :owner flag to query API keys owned by the currently authenticated user
# @option arguments [Boolean] :with_limited_by flag to show the limited-by role descriptors of API Keys
# @option arguments [Boolean] :active_only flag to limit response to only active (not invalidated or expired) API keys
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-api-key.html
Expand Down

0 comments on commit bfa66a6

Please sign in to comment.