mirror of https://github.com/databricks/cli.git
15 lines
327 B
JSON
15 lines
327 B
JSON
|
{
|
||
|
"description": "My app description.",
|
||
|
"resources": [
|
||
|
{
|
||
|
"name": "api-key",
|
||
|
"description": "API key for external service.",
|
||
|
"secret": {
|
||
|
"scope": "my-scope",
|
||
|
"key": "my-key",
|
||
|
"permission": "READ"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|