These are the system-defined database roles that are residing in the Snowflake database.
Please run the below command in the worksheet to see these database roles:
use role accountadmin; show database roles in database snowflake;