- Schema:
For guidance on query performance when using organization-wide usage views, see Performance (Organization Usage).
TRUST_ CENTER_ FINDINGS view¶
Important
This view is only available in the organization account. For more information, see Premium views in the organization account.
Organization Usage performance
When you query a specific view in the SNOWFLAKE.ORGANIZATION_USAGE schema, follow the organization-wide guidance in
Performance (Organization Usage): bound every scan on history views, list
columns explicitly, and use the time filter column table plus worked SQL and anti-patterns there.
This Organization Usage view shows security violations discovered by Trust Center scanners.
Columns¶
Organization-level columns
| Column Name | Data Type | Description |
|---|---|---|
| ORGANIZATION_NAME | VARCHAR | Name of the organization. |
| ACCOUNT_LOCATOR | VARCHAR | System-generated identifier for the account. |
| ACCOUNT_NAME | VARCHAR | User-defined identifier for the account. |
Additional columns
| Column | Data Type | Description |
|---|---|---|
| ID | NUMBER | System identifier of the account that had the finding. |
| PROVIDER_ID | VARCHAR | System identifier of the provider of the scanner package. |
| SCANNER_PACKAGE_ID | VARCHAR | System identifier of the scanner package. |
| SCANNER_ID | VARCHAR | System identifier of the scanner. |
| SEVERITY | VARCHAR | Severity of the finding, as assigned by the scanner [LOW, MEDIUM, HIGH, CRITICAL]. |
| STATE | VARCHAR | State of the finding [OPEN, RESOLVED, RESOLVED MANUALLY]. |
| CREATED_ON | TIMESTAMP_LTZ | The time at which the finding was initially created. |
| UPDATED_ON | TIMESTAMP_LTZ | The time at which the finding was last updated. |
Usage notes¶
- Latency for the view may be up to 24 hours.