ncloud_create_group
Create an IAM group on Naver Cloud Platform to manage access permissions. Annotate groups with tags since the API supports no description field; use dryRun=true to preview before creating.
Instructions
Create a new IAM group. Groups have no description field in the Ncloud API — use tags instead. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags as a key-value map, max 20 per resource. Example: {"env":"dev","team":"a"} | |
| dryRun | No | If true, returns a preview without actually creating the group | |
| groupName | Yes | Name for the new group (3-30 chars: Korean/Japanese/English letters, digits, '.', '_', '-'; must start with a letter) | |
| groupDescription | No | ⚠️ Ignored — the Ncloud createGroup API has no description field, so this value is NOT sent. Kept only for backward compatibility; use tags to annotate a group |