| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
String | ✔️ | The name of the role. | Upload manager |
description |
JsonNullable<String> | ➖ | A short description of the role. | Responsible for managing upload presets and uploading new assets. |
systemPolicyIds |
List<String> | ➖ | A list of system permission policy IDs to be included in the role. Tip: Get the list of all available predefined policies using the Get system policies method. |
[ "cld::policy::global::upload_presets::manage", "cld::policy::global::folder_and_asset_management::create_asset" ] |