- 类别:
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.
语法¶
SYSTEM$DEACTIVATE_CMK_INFO()
实参¶
无。
返回¶
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();