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.

On this page

Show all

Help Center/ Cost Center/ User Guide/ Permissions/ Creating a Custom Policy

Creating a Custom Policy

Updated on 2024-08-15 GMT+08:00

You can create custom policies in either of the following ways:

  • 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.

For details, see Creating a Custom Policy. The following section contains examples of custom policies frequently used in the Cost Center.

Example Policies

  • Example 1: Grant users all permissions to the Cost Center.
    {
        "Version": "1.1",
        "Statement": [
            {
                "Action": [
                    "BSS:*:*"
                ],
                "Effect": "Allow"
            }
        ]
    }
  • Example 2: Grant users the permissions to view cost analysis and export analysis results.
    {
        "Version": "1.1",
        "Statement": [
            {
                "Action": [
                    "bss.costanalysis.view",
                    "bss.costanalysis.export",
                ],
                "Effect": "Allow"
            }
        ]
    }
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback