Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 4.87 KB

File metadata and controls

10 lines (7 loc) · 4.87 KB

Role

Fields

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"
]