Help Center/ CloudPond/ API Reference/ Permissions and Supported Actions/ Actions Supported by Identity Policy-based Authorization
Updated on 2025-12-05 GMT+08:00

Actions Supported by Identity Policy-based Authorization

IAM provides system-defined identity policies to define typical cloud service permissions. You can also create custom identity policies using the actions supported by cloud services for more refined access control.

In addition to IAM, the Organizations service also provides Service Control Policies (SCPs) to set access control policies.

SCPs do not actually grant any permissions to an entity. They only set the permissions boundary for the entity. When SCPs are attached to an organizational unit (OU) or a member account, the SCPs do not directly grant permissions to that OU or member account. Instead, the SCPs only determine what permissions are available for that member account or those member accounts under that OU. The granted permissions can be applied only if they are allowed by the SCPs.

To learn more about how IAM is different from Organizations for access control, see How IAM Is Different from Organizations for Access Control?.

This section describes the elements used by IAM custom identity policies and Organizations SCPs. The elements include actions, resources, and conditions.

Actions

Actions are specific operations that are allowed or denied in an identity policy.

  • The Access Level column describes how the action is classified (List, Read, or Write). This classification helps you understand the level of access that an action grants when you use it in an identity policy.
  • The Resource Type column indicates whether the action supports resource-level permissions.
    • You can use a wildcard (*) to indicate all resource types. If this column is empty (-), the action does not support resource-level permissions and you must specify all resources ("*") in your identity policy statements.
    • If this column includes a resource type, you must specify the URN in the Resource element of your identity policy statements.
    • Required resources are marked with asterisks (*) in the table. If you specify a resource in a statement using this action, then it must be of this type.

    For details about the resource types defined by CloudPond, see Resources.

  • The Condition Key column contains keys that you can specify in the Condition element of an identity policy statement.
    • If the Resource Type column has values for an action, the condition key takes effect only for the listed resource types.
    • If the Resource Type column is empty (-) for an action, the condition key takes effect for all resources that action supports.
    • If the Condition Key column is empty (-) for an action, the action does not support any condition keys.

    For details about the condition keys defined by CloudPond, see Conditions.

  • The Alias column lists the policy actions that are configured in identity policies. With these actions, you can use APIs for policy-based authorization. For details, see Policies and Identity Policies.

The following table lists the actions that you can define in identity policy statements for CloudPond.

Table 1 Actions supported by CloudPond

Action

Description

Access Level

Resource Type (*: required)

Condition Key

Alias

ies::listServerOfferings

Grants permission to query server offerings.

List

-

-

  • ies:system:listServerOfferings

ies::listNetworkOfferings

Grants permission to query network offerings.

List

-

-

  • ies:system:listNetworkOfferings

ies::listStorageTypes

Grants permission to query storage types.

List

-

-

  • ies:system:listStorageTypes

ies::listSaleCycles

Grants permission to query sale cycles.

List

-

-

  • ies:system:listSaleCycles

ies:edgeSite:listServers

Grants permission to query servers.

List

edgeSite *

g:EnterpriseProjectId

-

ies:edgeSite:getServer

Grants permission to query a server.

Read

edgeSite *

g:EnterpriseProjectId

-

ies:edgeSite:listNetworkDevices

Grants permission to query network devices.

List

edgeSite *

g:EnterpriseProjectId

-

ies:edgeSite:getNetworkDevice

Grants permission to query a network device.

Read

edgeSite *

g:EnterpriseProjectId

-

ies:deliveryOrder:createDeliveryOrder

Grants permission to create delivery orders.

Write

deliveryOrder *

-

-

ies:edgeSite:create

Grants permission to create edge site.

Write

edgeSite *

-

-

-

g:EnterpriseProjectId

ies:edgeSite:list

Grants permission to list edge sites.

List

edgeSite *

-

-

-

g:EnterpriseProjectId

ies:edgeSite:update

Grants permission to update edge site.

Write

edgeSite *

g:EnterpriseProjectId

-

ies:edgeSite:get

Grants permission to view edge site details.

Read

edgeSite *

g:EnterpriseProjectId

-

ies:edgeSite:delete

Grants permission to delete edge site.

Write

edgeSite *

g:EnterpriseProjectId

-

ies::listQuotas

Grants permission to query quotas.

List

-

-

  • ies:quota:list

ies::listRegions

Grants permission to list regions.

List

-

-

  • ies:region:list

ies::listZones

Grants permission to list zones.

List

-

-

  • ies:zone:list

ies:edgeSite:getMetricData

Grants permission to view edge site capacity.

Read

edgeSite *

g:EnterpriseProjectId

-

ies:edgeSite:listRacks

Grants permission to list racks.

List

edgeSite *

g:EnterpriseProjectId

  • ies:rack:list

ies:edgeSite:getRack

Grants permission to view rack details.

Read

edgeSite *

g:EnterpriseProjectId

  • ies:rack:get

ies:edgeSite:listStoragePools

Grants permission to list storage pools.

List

edgeSite *

g:EnterpriseProjectId

  • ies:storagePool:list

ies:edgeSite:getStoragePool

Grants permission to view storage pool details.

Read

edgeSite *

g:EnterpriseProjectId

  • ies:storagePool:get

Each API of CloudPond usually supports one or more actions. Table 2 lists the supported actions and dependencies.

Table 2 Actions and dependencies supported by CloudPond APIs

API

Action

Dependencies

GET /v2/{domain_id}/server-offerings

ies::listServerOfferings

-

GET /v2/{domain_id}/network-device-offerings

ies::listNetworkOfferings

-

GET /v2/{domain_id}/storage-types

ies::listStorageTypes

-

GET /v2/{domain_id}/sale-cycles

ies::listSaleCycles

-

GET /v2/{domain_id}/servers

ies:edgeSite:listServers

-

GET /v2/{domain_id}/servers/{server_id}

ies:edgeSite:getServer

-

GET /v2/{domain_id}/network-devices

ies:edgeSite:listNetworkDevices

-

GET /v2/{domain_id}/network-devices/{network_device_id}

ies:edgeSite:getNetworkDevice

-

GET /v2/{domain_id}/storage-pools

ies:edgeSite:listStoragePools

-

GET /v2/{domain_id}/storage-pools/{id}

ies:edgeSite:getStoragePool

-

GET /v2/{domain_id}/storage-gears

ies::listSupportedStorageGears

-

POST /v1/{domain_id}/edge-sites

ies:edgeSite:create

-

GET /v1/{domain_id}/edge-sites

ies:edgeSite:list

-

PUT /v1/{domain_id}/edge-sites/{site_id}

ies:edgeSite:update

-

GET /v1/{domain_id}/edge-sites/{site_id}

ies:edgeSite:get

-

DELETE /v1/{domain_id}/edge-sites/{site_id}

ies:edgeSite:delete

-

GET /v1/{domain_id}/quotas

ies::listQuotas

-

GET /v1/{domain_id}/regions

ies::listRegions

-

GET /v1/{domain_id}/zones

ies::listZones

-

GET /v1/{domain_id}/edge-sites/{site_id}/metric-data

ies:edgeSite:getMetricData

-

GET /v1/{domain_id}/racks

ies:edgeSite:listRacks

-

GET /v1/{domain_id}/racks/{id}

ies:edgeSite:getRack

-

Resources

A resource type indicates the resources that an identity policy applies to. If you specify a resource type for any action in Table 3, the resource URN must be specified in the identity policy statements using that action, and the identity policy applies only to resources of this type. If no resource type is specified, the Resource element is marked with an asterisk (*) and the identity policy applies to all resources. You can also set condition keys in an identity policy to define resource types.

The following table lists the resource types that you can define in identity policy statements for CloudPond.

Table 3 Resource types supported by CloudPond

Resource Type

URN

edgeSite

ies::<domain-id>:edgeSite:<site-id>

deliveryOrder

ies::<domain-id>:deliveryOrder:<delivery-order-id>

Conditions

CloudPond does not support service-specific condition keys in identity policies.It can only use global condition keys applicable to all services. For details, see Global Condition Keys.