ncloud_create_sub_account_access_key
Create a new API access key for a sub account to call Ncloud API. The secret key appears only once—store it securely; a sub account holds at most two keys, so delete an unused key first.
Instructions
Issue a new API access key (access key + secret key) for a sub account, so that account can call the Ncloud API. The response contains the secret key (keySecret) and it CANNOT be retrieved again afterwards — store it securely and do not paste it into shared logs or chats. The sub account must have API Gateway access enabled (canAPIGatewayAccess). A sub account holds at most TWO access keys: a third issue attempt fails with 409 '최대 허용값을 초과하였습니다' (verified against the live API; the limit is not in the API docs), so delete an unused key first, or deactivate one with ncloud_set_sub_account_access_key_status when rotating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subAccountId | Yes | Sub account ID to issue the access key for (see ncloud_list_sub_accounts) |