You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/security/get_role.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ module Actions
30
30
# @option arguments [String, Array<String>] :name The name of the role.
31
31
# You can specify multiple roles as a comma-separated list.
32
32
# If you do not specify this parameter, the API returns information about all roles.
33
+
# @option arguments [Boolean] :include_implicit If `true`, include privileges that are implicitly granted by registered `ImplicitPrivilegesProviders` alongside the explicitly configured privileges.
34
+
# Each implicit entry in the response is annotated with `implicitly_granted: true`.
33
35
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
34
36
# when they occur.
35
37
# @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response
0 commit comments