Question: A platform administrator has added a secret scope new - secret - scope to integrate with upstream REST APIs used by the entire data organization.
A platform administrator has added a secret scope newsecretscope to integrate with upstream REST APIs used by the entire data organization. The administrator now wants to restrict access on that secret scope so that all users in the group allusers can read the secrets but cannot write the secret.
Which of the following approaches can be used by the platform administrator to complete this task? Select two responses.
Put a new secret ACL using the Secrets API with the following JSON: scope: "newsecretscope", "principal": "allusers", "permission": "READ"Put a new secret ACL using the Secrets API with the following JSON: scope: "newsecretscope", "principal": "allusers", "permission": "WRITE"Put a new secret ACL using the Secrets API with the following JSON: scope: "newsecretscope", "group": "allusers", "permission": "MANAGE"Put a new secret ACL using the Databricks CLI with the following command: databricks secrets putacl scope newsecretscope principal allusers permission readPut a new secret ACL using the Databricks CLI with the following command: databricks secrets putacl scope newsecretscope group allusers permission manage
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
