Reduced Role Template Options?

Hi:
I’m getting started using the Realm SDK / App Services.

I’m following this tutorial: https://www.mongodb.com/developer/products/realm/querying-mongodb-browser-realm-react
I’m at the step that says ‘so select the “Users can only read and write their own data” template.’
However, I can’t find that option.

The documentation here (https://www.mongodb.com/docs/atlas/app-services/mongodb/define-roles-and-permissions/#select-a-collection-rule-template) also shows a role for “Users can only read and write their own data”.

However, it seems the UI has changed. Was that template option removed? Here’s what I’m seeing.


The only preset roles are ‘denyAllAccess’, ‘readAll’, ‘readAndWriteAll’. Am I correct that the “read and write their own data” no longer exists? Or can it be accessed elsewhere?
Thanks.