Create policy group
Create a new policy group. The group can then have policies added to it.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Unique group name within organization (1-255 chars) |
applicableVaultTypes | array of string | Yes | Vault types this group applies to (min 1 item) |
description | string | No | Group description |
status | enum | No | Initial status: ACTIVE, INACTIVE, or DRAFT (default: ACTIVE) |
policyIds | array of UUID | No | Policy IDs to add initially (default: []) |
Use Cases
- Create logical groupings for policies
- Set up new policy categories
- Organize policies by function
Required Permission
policies:create
Create policy group
Create a new policy group. The group can then have policies added to it.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Unique group name within organization (1-255 chars) |
applicableVaultTypes | array of string | Yes | Vault types this group applies to (min 1 item) |
description | string | No | Group description |
status | enum | No | Initial status: ACTIVE, INACTIVE, or DRAFT (default: ACTIVE) |
policyIds | array of UUID | No | Policy IDs to add initially (default: []) |
Use Cases
- Create logical groupings for policies
- Set up new policy categories
- Organize policies by function
Required Permission
policies:create