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

Actions Supported by Policy-based Authorization

This section describes the actions supported by ServiceStage in policy-based authorization.

Supported Actions

ServiceStage provides system-defined policies that can be directly used in IAM. You can also create custom policies to supplement system-defined policies for more refined access control. Operations supported by policies are specific to APIs. The following are common concepts related to policies:

  • Permissions: statements in a policy that allow or deny certain operations.
  • APIs: REST APIs that can be called by a user who has been granted specific permissions.
  • Actions: specific operations that are allowed or denied.
  • Dependencies: actions which a specific action depends on. When allowing an action for a user, you also need to allow any existing action dependencies for that user.
  • IAM projects/Enterprise projects: the authorization scope of a custom policy. A custom policy can be applied to IAM projects or enterprise projects or both. Policies that contain actions for both IAM and enterprise projects can be used and applied for both IAM and Enterprise Management. Policies that contain actions only for IAM projects can be used and applied to IAM only. Administrators can check whether an action supports IAM projects or enterprise projects in the action list. For details about the differences between IAM and enterprise projects, see What Are the Differences Between IAM and Enterprise Management?

ServiceStage supports the following actions in custom policies:

Table 1 ServiceStage actions

Permissions

APIs

Action

IAM Projects

Enterprise Projects

Create an application

POST /v3/{project_id}/cas/applications

servicestage:app:create

√

√

Delete an application

DELETE /v3/{project_id}/cas/applications/{application_id}

servicestage:app:delete

√

√

Update an application

PUT /v3/{project_id}/cas/applications/{application_id}

servicestage:app:modify

√

√

Query applications

GET /v3/{project_id}/cas/applications

servicestage:app:list

√

√

Query application information

GET /v3/{project_id}/cas/applications/{application_id}

servicestage:app:get

√

√

Approve an application

-

servicestage:app:approve

√

√

View pipelines

-

servicestage:pipeline:list

√

√

Modify a build job

-

servicestage:assembling:modify

√

√

Execute a pipeline

-

servicestage:pipeline:execute

√

√

Delete a build job

-

servicestage:assembling:delete

√

√

Delete a pipeline

-

servicestage:pipeline:delete

√

√

Modify a pipeline

-

servicestage:pipeline:modify

√

√

Create a build job

-

servicestage:assembling:create

√

√

View build jobs

-

servicestage:assembling:list

√

√

View the build information

-

servicestage:assembling:get

√

√

View the pipeline information

-

servicestage:pipeline:get

√

√

Create a pipeline

-

servicestage:pipeline:create

√

√

Query a technology stack

-

servicestage:runtimestack:get

√

√

Create a technology stack

-

servicestage:runtimestack:create

√

√

Modify a technology stack

-

servicestage:runtimestack:modify

√

√

Delete a technology stack

-

servicestage:runtimestack:delete

√

√

Query a configuration group

-

servicestage:config:getGroup

√

√

Query the configuration history

-

servicestage:config:getHistory

√

√

Query configurations

-

servicestage:config:get

√

√

Create a configuration group

-

servicestage:config:createGroup

√

√

Import a configuration

-

servicestage:config:import

√

√

Delete a configuration

-

servicestage:config:delete

√

√

Modify a configuration group

-

servicestage:config:modifyGroup

√

√

Create a configuration

-

servicestage:config:create

√

√

Modify a configuration

-

servicestage:config:modify

√

√

Delete a configuration group

-

servicestage:config:deleteGroup

√

√

Delete the configuration history

-

servicestage:config:deleteHistory

√

√

Query the configuration list

-

servicestage:config:list

√

√

Query the configuration group list

-

servicestage:config:listGroup

√

√

Query the configuration history list

-

servicestage:config:listHistories

√

√

Table 2 Actions supported by CSE in custom policies

Action

API

Action

IAM Project

Enterprise Project

List all microservice engines

GET /v2/{project_id}/enginemgr/engines

cse:engine:list

√

√

View engine information

GET /v2/{project_id}/enginemgr/engines/{engine_id}

cse:engine:get

√

√

View the engine-supported specifications

GET /v2/{project_id}/enginemgr/flavors

cse:engine:get

√

√

Delete an engine

DELETE /v2/{project_id}/enginemgr/engines/{engine_id}

cse:engine:delete

√

√

Create an engine

POST /v2/{project_id}/enginemgr/engines

cse:engine:create

√

√

View service registry management

-

cse:registry:get

√

√

Modify service registry and management

-

cse:registry:modify

√

√