Refactor saved object types to use namespaceType
instead of namespaceAgnostic
#60981
Labels
chore
Feature:Security/Sharing Saved Objects
Platform Security - Sharing Saved Objects feature
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
This is a follow-on to #54043.
As discussed in #54605 (comment), the
SavedObjectsType
currently has a boolean attribute namednamespaceAgnostic
. With Sharing Saved Objects, we now have three mutually-exclusive "namespace types" (namespace-agnostic, single-namespace, and multi-namespace) -- accordingly, that boolean attribute doesn't make sense anymore.That PR deprecated the
namespaceAgnostic
attribute and added a new one,namespaceType
. Now we need to replace deprecated usages and remove that attribute completely.The text was updated successfully, but these errors were encountered: