How to Restrict Delete and Edit Permissions for Specific Dashboards While Allowing Clone and View in OpenSearch?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): Opensearch 3.2.0

Describe the issue: Is it possible to configure OpenSearch Dashboards permissions so that a user is restricted from deleting or editing certain dashboards, but can still clone and view those specific dashboards? For all other dashboards, the user should have full access (view, edit, delete, clone).
The user in question is not an opensearch-dashboards-read-only user, but rather a user with access to all modules. How can this level of granular dashboard access control be achieved?

Configuration:

Relevant Logs or Screenshots:

@Apoorva OpenSearch Dashboards provides only read or write permission. It doesn’t support granular permission at the individual dashboard level or separate CRUD operations.

Users can be separated by tenant and granted either read or write access to the saved objects (i.e. dashboards, saved search, visualisations … ) within that tenant.