Provide results when Saved Objects are shared or unshared #74989
Labels
enhancement
New value added to drive a business result
Feature:Saved Objects
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Currently, when sharing or unsharing saved objects (via the Saved Objects Client's
addToNamespaces
anddeleteFromNamespaces
methods), the result is an empty object. This is because all planned consumers did not need any additional information; there is precedent for this, as thedelete
method works the same way.However, when starting work on #54836, it became clear that we need to be able to identify what namespaces an object exists in after the operation completes to generate the audit events with the proper level of detail.
The text was updated successfully, but these errors were encountered: