Files
tf_provider/universal_rebuild/docs-gen/clickhouse_user.md
T
“Naeel” e8b8db1d10 v5.0.57: regenerate all from TEST API (NOT PROD)
- 43 YAML, 94 Go, 332 docs from deck-api-test.ngcloud.ru
- STANDS.md, TESTING.md, API_TOKENS.md added
- Never mix PROD/TEST again
2026-07-01 10:04:15 +04:00

30 lines
1.6 KiB
Markdown

# Resource nubes_clickhouse_user
Service: `nubes_clickhouse` (ID: 120)
[ClickHouse (основной)](clickhouse.md) | [Operations](clickhouse_ops.md) | [User](clickhouse_user.md) | [Example](clickhouse_user_example.md)
## Create params
**Обязательные параметры**
None.
**Параметры со значением по умолчанию**
<table class="resource-table resource-table-compact">
<thead><tr><th>ID</th><th>Code</th><th>Type</th><th>Default</th><th>Description</th><th>Constraints</th></tr></thead>
<tbody>
<tr><td>596</td><td><strong><code class="code-no-wrap">username</code></strong></td><td><code>string</code></td><td><code>myusername</code></td><td>Пример: `myusername`</td><td>regex=^(?![0-9_])[a-zA-Z_][a-zA-Z0-9_]{0,62}$; maxlength=62; minlength=2</td></tr>
<tr><td>598</td><td><strong><code class="code-no-wrap">db_name</code></strong></td><td><code>array-map-fixed</code></td><td><code>[{}]</code></td><td></td><td></td></tr>
<tr><td>599</td><td><strong><code class="code-no-wrap">access_hosts</code></strong></td><td><code>string</code></td><td><code>::/0</code></td><td>Пример: `::/0`</td><td></td></tr>
</tbody></table>
## Delete params
<table class="resource-table resource-table-compact resource-table-required">
<thead><tr><th>ID</th><th>Code</th><th>Type</th><th>Description</th><th>Constraints</th></tr></thead>
<tbody>
<tr><td>601</td><td><strong><code class="code-no-wrap">username</code></strong></td><td></td><td>Имя пользователя, созданное через операцию `create_user`</td><td></td></tr>
</tbody></table>