Update
Manage permissions for a cloud content delivery bucket.
Read time 1 minuteLast updated 21 hours ago
Manage permissions for a cloud content delivery bucket.
Command
Example: In order to make a bucket "promote-only" (cannot create/update/delete entries) you can callugs ccd buckets permissions update <bucket-name> [options]
ugs ccd buckets permissions update myBucketName -a Write -m Deny -r UserArguments
- : The name of the bucket to manage permissions for.
<bucket-name>
Options
Option | Alias | Description |
|---|---|---|
| environment-name | -e, --environment-name | The Unity environment name. |
| project-id | -p, --project-id | The Unity cloud project id. |
| action | -a, --action | Determines the action (ListEntries, ListReleases, Write) for which the bucket permission will be updated. |
| role | -r, --role | Sets the role (Client, User) affected by the permission change. User role can be changed for additional management permission (Write) and Client role can be changed to allow access to additional Client API endpoints (ListEntries, ListRelease). |
| permissions | -m, --permission | Specifies whether to (Allow, Deny) the defined action. |
| help | -?, -h, --help | Display help and usage information. |
| quiet | -q, --quiet | Reduce logging to a minimum. |
| json | -j, --json | Use JSON as the output format. |