Updated on 2025-03-24 GMT+08:00
DAS Custom Policies
Custom policies can be created to supplement the system-defined policies of DAS.
There are two ways to create custom policies:
- Visual editor: Select cloud services, actions, resources, and request conditions. This does not require knowledge of policy syntax.
- JSON: Edit JSON policies from scratch or based on an existing policy.
. This section describes example custom policies of DAS.
Examples of DAS Custom Policies
Example 1: Assign only DAS permissions.
{
"Version": "1.1",
"Statement": [
{
"Action": [
"das:*:*"
],
"Effect": "Allow"
}
]
} Parent topic: Permissions Management
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.