Users-permissions plugin policy not configured in default installation

Why I don’t see users-permissions.isAuthenticated policy method listed after clean install of latest strapi app?

I would like to re-use users-permissions policy in one of my custom routes…
At that point I’m just forced to create a custom policy (which would be a copy of the same policy) in my policies folder.

$ npx strapi policies:list
┌───────────────────────────────────────────────┐
│ Name │
├───────────────────────────────────────────────┤
│ admin::isAuthenticatedAdmin │
├───────────────────────────────────────────────┤
│ admin::hasPermissions │
├───────────────────────────────────────────────┤
│ admin::isTelemetryEnabled │
├───────────────────────────────────────────────┤
│ plugin::content-manager.has-draft-and-publish │
├───────────────────────────────────────────────┤
│ plugin::content-manager.hasPermissions │
└───────────────────────────────────────────────┘