Skip to contents

Gets an array of storage credentials (as StorageCredentialInfo objects). The array is limited to only those storage credentials the caller has permission to access. If the caller is a metastore admin, retrieval of credentials is unrestricted. There is no guarantee of a specific ordering of the elements in the array.

Usage

list_storage_credentials(client, max_results = NULL, page_token = NULL)

storageCredentialsList(client, max_results = NULL, page_token = NULL)

Arguments

client

Required. Instance of DatabricksClient()

max_results

Maximum number of storage credentials to return.

page_token

Opaque pagination token to go to next page based on previous query.

Value

data.frame with all of the response pages.