Skip to contents

Lists the secret keys that are stored at this scope. This is a metadata-only operation; secret data cannot be retrieved using this API. Users need the READ permission to make this call.

Usage

list_secret_secrets(client, scope)

secretsListSecrets(client, scope)

Arguments

client

Required. Instance of DatabricksClient()

scope

Required. The name of the scope to list secrets within.

Value

data.frame with all of the response pages.

Details

The lastUpdatedTimestamp returned is in milliseconds since epoch. 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.