类别:

系统函数

SYSTEM$DEACTIVATE_CMK_INFO

De-activates Tri-Secret Secure in your account.

This system function:

  • Configures your account to stop using Tri-Secret Secure.

  • Creates a new account master key.

  • Retires the composed account master key.

  • Registers your account with the rekeying background service.

另请参阅:

Understanding CMK self-registration with support activation of Tri-Secret Secure

语法

SYSTEM$DEACTIVATE_CMK_INFO()
Copy

实参

无。

返回

Success or error messages.

访问控制要求

Only users granted the MODIFY privilege on the account can call this function. The MODIFY privilege on an account is typically granted only to the ACCOUNTADMIN role.

使用说明

The background service generates email messages that notify the account administrator when Tri-Secret Secure is deactivated.

示例

Deactivate Tri-Secret Secure for your Snowflake account:

SELECT SYSTEM$DEACTIVATE_CMK_INFO();
Copy
语言: 中文