Skip to contents

List the ACLs for a given secret scope. Users must have the MANAGE permission to invoke this API.

Usage

list_secret_acls(client, scope)

secretsListAcls(client, scope)

Arguments

client

Required. Instance of DatabricksClient()

scope

Required. The name of the scope to fetch ACL information from.

Value

data.frame with all of the response pages.

Details

Throws RESOURCE_DOES_NOT_EXIST if no such secret scope exists. Throws PERMISSION_DENIED if the user does not have permission to make this API call.