This page describes the Data Security metrics that are available for your database providers.
Supported Structured Data Stores (Databases)
List of data stores and entities that Data Security supports:
Name
Data Store Type
Entity
Module Version
Snowflake
Database
Database
Data Security
Prerequisites To Create and Edit Snowflake Connections
This section lists the queries you need to run in order to onboard Snowflake SQL connections.
You must enable read access to database tables to view PII (Personal Identifiable Information) classification. Only the ACCOUNTADMIN can run the queries:
CREATE WAREHOUSE IF NOT EXISTS <<WAREHOUSE_NAME>>
CODE
CREATE ROLE IF NOT EXISTS <<ROLE_NAME>>;
CODE
CREATE USER IF NOT EXISTS <<USER_NAME>> PASSWORD='<PASSWORD>' DEFAULT_WAREHOUSE = '<WAREHOUSE_NAME>' DEFAULT_ROLE = '<ROLE>' FIRST_NAME = '<FNAME>' LAST_NAME = '<LNAME>' EMAIL = '<Email_Address>';
CODE
GRANT ROLE <<ROLE_NAME>> TO USER <<USER_NAME>>
CODE
GRANT IMPORTED PRIVILEGES ON DATABASE "SNOWFLAKE" TO ROLE <<ROLE_NAME>>;
CODE
GRANT USAGE, OPERATE ON WAREHOUSE <<WAREHOUSE_NAME>> TO ROLE <<ROLE_NAME>>;
CODE
Create and Edit Data Connections
Navigate to Cisco Secure Application > Configure.
Select DatabaseProviders.
Click Create and enter the following:
Connection Name
User Name
Password
Role
Organization
Account Name
Warehouse Name
(Optional) Add list of database schemas to monitor.