Managed Account
List managed accounts¶
GET/api/v2/managed-accounts
Lists the accessible managed accounts.
詳細情報をご参照ください
引数、オプション、権限要件、使用ガイドラインに関する詳細情報を表示するには、 SQL コマンドページに移動してください。
クエリパラメーター¶
| パラメーター | 説明 |
|---|---|
| like string | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. |
応答¶
| コード | 説明 |
|---|---|
| 200 | Successful request. |
| 202 | Successfully accepted the request, but it is not completed yet. |
Create a managed accounts¶
Delete a managed account¶
DELETE/api/v2/managed-accounts/{name}
Removes a managed account, including all objects created in the account, and immediately restricts access to the account. Currently used by data providers to create reader accounts for their consumers. For more details, see Manage reader accounts.
詳細情報をご参照ください
引数、オプション、権限要件、使用ガイドラインに関する詳細情報を表示するには、 SQL コマンドページに移動してください。
パスパラメータ¶
| パラメーター | 説明 |
|---|---|
| name | Identifier (i.e. name) for the resource. |
応答¶
| コード | 説明 |
|---|---|
| 200 | |
| 202 |