Skip to content

Commit

Permalink
[API] Promotes security user profile from Experimental to Stable
Browse files Browse the repository at this point in the history
security/activate_user_profile
security/disable_user_profile
security/enable_user_profile
security/get_user_profile
security/has_privileges_user_profile
security/suggest_user_profile
security/update_user_profile_data
  • Loading branch information
picandocodigo committed Oct 17, 2022
1 parent d90693a commit ca4998f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Creates or updates the user profile on behalf of another user.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The grant type and user's credential (*Required*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Disables a user profile so it's not visible in user profile searches.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [String] :uid Unique identifier for the user profile
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (options: true, false, wait_for)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Enables a user profile so it's visible in user profile searches.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [String] :uid An unique identifier of the user profile
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (options: true, false, wait_for)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Retrieves user profiles for the given unique ID(s).
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [List] :uid A comma-separated list of unique identifier for user profiles
# @option arguments [List] :data A comma-separated list of keys for which the corresponding application data are retrieved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Determines whether the users associated with the specified profile IDs have all the requested privileges.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The privileges to check and the list of profile IDs (*Required*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Get suggestions for user profiles that match specified search criteria.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [List] :data A comma-separated list of keys for which the corresponding application data are retrieved.
# @option arguments [Hash] :headers Custom HTTP headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Security
module Actions
# Update application specific data for the user profile of the given unique ID.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [String] :uid An unique identifier of the user profile
# @option arguments [Number] :if_seq_no only perform the update operation if the last operation that has changed the document has the specified sequence number
Expand Down

0 comments on commit ca4998f

Please sign in to comment.