Skip to contents

Gets the details about the given ACL, such as the group and permission. Users must have the MANAGE permission to invoke this API.

Usage

get_secret_acl(client, scope, principal)

secretsGetAcl(client, scope, principal)

Arguments

client

Required. Instance of DatabricksClient()

scope

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

principal

Required. The principal to fetch ACL information for.

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.