Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.
CodeArts
CodeArts
- Service Overview
- Getting Started
- User Guide
-
Best Practices
-
Huawei E2E (HE2E) DevOps Practice
- Overview
- Planning Resources
- Process
-
Procedure
- Preparations
- Step 1: Managing Project Plans
- Step 2: Managing Project Configurations
- Step 3: Writing Code
- Step 4: Checking Code
- Step 5: Building an Application
- Step 6: Deploying an Application (CCE)
- Step 6: Deploying an Application (ECS)
- Step 7: Managing Project Testing
- Step 8: Configuring a Pipeline for CD
- Releasing Resources
-
Huawei E2E (HE2E) DevOps Practice
-
FAQs
-
Concepts and Functions
- What Languages, Environments, and Applications Does CodeArts Support?
- Can I View My Tasks and Their Progress on CodeArts?
- How Do I View Operation Logs of Members on CodeArts?
- Can CodeArts Check, Build, and Deploy Local Code?
- Can I Migrate Code and Work Items to CodeArts from a Local Path or Another Platform?
- How Do I Collect or Archive Project Information Locally After a Project Is Complete?
-
Members and Permissions
- What Member Management Operations Are Supported by CodeArts?
- What Are the Permissions of Roles in CodeArts?
- Can I View the Time When a Member Is Invited into or Removed from a Project?
- Why Cannot an IAM User View Project Information After Login?
- Will Operation Records of an IAM User Be Deleted When the IAM User Is Deleted?
- Why Cannot a Tenant Administrator View Projects Created by an IAM User?
- Security
- Billing
-
Concepts and Functions
On this page
Show all
Help Center/
CodeArts/
User Guide/
CodeArts Console/
Console Permission Management/
CodeArts Custom Policies
CodeArts Custom Policies
Updated on 2023-12-08 GMT+08:00
You can customize policies to supplement system-defined policies of CodeArts.
You can create custom policies using one of the following methods:
- Visual editor: Select cloud services, actions, resources, and request conditions. You do not need to have knowledge of the policy syntax.
- JSON: Create a policy in the JSON format from scratch or based on an existing policy.
For details, see Creating a Custom Policy. The following section contains examples of common custom policies in CodeArts.
CodeArts Custom Policy Examples
- Example 1: Authorize users to purchase CodeArts on the console
{ "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ " devcloud:monthlyPackage:subscribe " ] } ] }
- Example 2: Define actions for multiple services in a policy
A custom policy can contain the actions of multiple services that are of the global or project-level type. The following is an example policy containing actions of multiple services:
{ "Version": "1.1", "Statement": [ { "Action": [ "devcloud:*:listResourceDetail", "ecs:cloudServers:delete" ], "Effect": "Allow" } ] }
Parent topic: Console Permission Management
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.