Schema:

ORGANIZATION_USAGE

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 NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization.
ACCOUNT_LOCATORVARCHARSystem-generated identifier for the account.
ACCOUNT_NAMEVARCHARUser-defined identifier for the account.

Additional columns

ColumnData TypeDescription
IDNUMBERSystem identifier of the account that had the finding.
PROVIDER_IDVARCHARSystem identifier of the provider of the scanner package.
SCANNER_PACKAGE_IDVARCHARSystem identifier of the scanner package.
SCANNER_IDVARCHARSystem identifier of the scanner.
SEVERITYVARCHAR

Severity of the finding, as assigned by the scanner [LOW, MEDIUM, HIGH, CRITICAL].

STATEVARCHARState of the finding [OPEN, RESOLVED, RESOLVED MANUALLY].
CREATED_ONTIMESTAMP_LTZThe time at which the finding was initially created.
UPDATED_ONTIMESTAMP_LTZThe time at which the finding was last updated.

Usage notes

  • Latency for the view may be up to 24 hours.