Snowflake: Node & Edge Schema
The Snowflake adapter extracts identity and access data from a Snowflake data warehouse instance and maps it into the SlashID identity graph. It focuses on users, roles, and service-related identities.
Node Types
Node Type | Description |
---|---|
SnowflakeUser | Represents a user in Snowflake (IdentityTypeSnowflakeUser ) |
SnowflakeRole | A role in Snowflake (IdentityTypeSnowflakeRole ) |
SnowflakeServiceAccount | A service account identity (IdentityTypeSnowflakeServiceAccount ) |
SnowflakeServiceIntegration | An integration identity for external services (IdentityTypeSnowflakeServiceIntegration ) |