最終更新日:2026-03-25 15:08:47
IAM provides a set of universal permission policies (i.e., system permission policies) for users to choose from, meeting coarse-grained authorization requirements, such as read-only or full access permissions for a cloud product. If more granular authorization management is required—for example, allowing only the user John to perform read-only operations on all objects under wos://samplebucket/john/ and specifying additional access conditions—you can enforce fine-grained access control by creating a custom policy.
IAM offers a visual editing interface where you only need to select Effect, Service, Action, Resource, and Condition to generate a custom permission policy.
IAM supports editing JSON scripts. You need to write custom permission policies according to the policy syntax and structure. This method is suitable for users familiar with policy syntax. Please refer to the Syntax Structure.
1. Log In to IAM
https://iam.cdnetworks.com/.2. Create Policy
Click Permission > Policies > Add Policy to enter the policy creation page.


Select Visualized.
Note: CDN product services and non-CDN product services cannot be configured in the same policy at the same time.
Configure policy parameters. On the Visualized page, set Effect, Service, Action, Resource, and Condition.

After confirming the policy details, click Next to complete policy creation.

After the policy is successfully created, you can grant permissions to users.
1. Create Policy
The script method supports two modes: importing and editing an existing policy or manually writing a complete custom policy. This method is suitable for users who are familiar with IAM policy syntax. Please refer to Syntax Structure.
