Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started