- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- StorageCredential
- Try it!
Loads credentials for a table in the namespace.
HTTP request
GET https://biglake.googleapis.com/iceberg/v1beta/restcatalog/v1/{name=projects/*/catalogs/*/namespaces/*/tables/*}/credentials
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Table to get in the format: |
Query parameters
| Parameters | |
|---|---|
snapshots |
Optional. What snapshot to get. Valid only for tables.get. |
Request body
The request body must be empty.
Response body
The response message for the LoadCredentials API.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"storage-credentials": [
{
object ( |
| Fields | |
|---|---|
storage-credentials[] |
The credentials for the table assigned to the caller. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigqueryhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
StorageCredential
The storage credential for a path in the table.
| JSON representation |
|---|
{ "prefix": string, "config": { string: string, ... } } |
| Fields | |
|---|---|
prefix |
Indicates a storage location prefix where the credential is relevant. |
config |
The credentials for the storage location. The keys that are populated are: - An object containing a list of |