Valid DEA-C02 Dumps shared by ExamDiscuss.com for Helping Passing DEA-C02 Exam! ExamDiscuss.com now offer the newest DEA-C02 exam dumps, the ExamDiscuss.com DEA-C02 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DEA-C02 dumps with Test Engine here:
You have created a secure external function that uses a Snowflake secret to retrieve a cryptographic key and mask sensitive data'. However, users are still able to see the sensitive data'. Which of the following actions is MOST likely to resolve the issue?
Correct Answer: B
Users need EXECUTE FUNCTION privilege on external function. The 'USAGE' privilege on the security integration (A) allows Snowflake to communicate with the external service. The 'SELECT privilege on the secret object (C) is not required, as Snowflake handles the retrieval of the secret within the function's context. Ownership of the table (D) is related to data access, not function execution. While USAGE on the database and schema where the secret is stored (E) is required for general access, it doesn't grant the privilege to execute the function. Granting the 'EXECUTE FUNCTION' privilege on the function (B) allows the user to call the function and trigger the data masking process. The user needs the "EXECUTE FUNCTION' privilege specifically on the external function.