Which of the following roles can a user use to modify object parameters?
Snowflake allows ACCOUNTADMIN to set object-parameter defaults at the account level. Individual object parameters can be overridden with the relevant CREATE <object> or ALTER <object> command by a user who has the required privilege on that object. SECURITYADMIN’s MANAGE GRANTS capability does not by itself authorize changes to arbitrary object parameters.
CREATE <object>
ALTER <object>
MANAGE GRANTS
Community Discussion