UPDATE_ AUTO_ ENABLEMENT_ STATUS¶
Updates whether your account has Trust Center secure by default enabled or disabled.
Note
Secure by default is available only for accounts on Business Critical Edition or Virtual Private Snowflake (VPS) with a capacity contract.
For more information, see Secure by default.
Syntax¶
Arguments¶
Required:
is_enabledBOOLEANvalue that specifies whether secure by default is enabled for the account. Set toTRUEto enable secure by default, orFALSEto disable it.
Required when you disable secure by default:
'comment'VARCHARvalue that describes why you’re changing the setting. Must not exceed 1000 characters.
Returns¶
Returns a VARCHAR status message.
Access control requirements¶
Your role must have the SNOWFLAKE.TRUST_CENTER_ADMIN application role granted to it.
Examples¶
Disable secure by default:
Enable secure by default: