Cloud Application Engine
IAM provides system-defined identity policies to define common actions supported by cloud services. 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.
- For details about how to use these elements to edit an IAM custom identity policy, see Creating a Custom Identity Policy.
- For details about how to use these elements to edit a custom SCP, see Creating an SCP.
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 cae, 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 cae, 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 cae.
|
Action |
Description |
Access Level |
Resource Type (*: required) |
Condition Key |
Alias |
|---|---|---|---|---|---|
|
cae:environment:listEnvironments |
Grant permission to query all environments. |
List |
environment * |
- |
cae:environment:list |
|
cae:environment:createEnvironment |
Grant permission to create an environment. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteEnvironment |
Grant permission to delete an environment. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:getEnvironment |
Grant permission to query an environment. |
Read |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:listCloudVolumes |
Grant permission to query all cloud storage. |
List |
environment * |
- |
cae:environment:list |
|
- |
|||||
|
cae:environment:createCloudVolume |
Grant permission to authorize cloud storage. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteCloudVolume |
Grant permission to unbind cloud storage. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:listDomains |
Grant permission to query all domain names. |
List |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:createDomain |
Grant permission to create a domain name. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteDomain |
Grant permission to delete a domain name. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:listCertificates |
Grant permission to query all certificates. |
List |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:createCertificate |
Grant permission to create a certificate. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteCertificate |
Grant permission to delete a certificate. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:updateCertificate |
Grant permission to update a certificate. |
Write |
environment * |
- |
cae:environment:update |
|
- |
|||||
|
cae:environment:listTimerRules |
Grant permission to query all start/stop rules. |
List |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:createTimerRule |
Grant permission to create a start/stop rule. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteTimerRule |
Grant permission to delete a start/stop rule. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:updateTimerRule |
Grant permission to update a start/stop rule. |
Write |
environment * |
- |
cae:environment:update |
|
- |
|||||
|
cae:environment:getTimerRule |
Grant permission to query a start/stop rule. |
Read |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:listEips |
Grant permission to view all EIPs (inter-access between the environment and public network). |
List |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:updateEip |
Grant permission to update an EIP (inter-access between the environment and public network). |
Write |
environment * |
- |
cae:environment:update |
|
- |
|||||
|
cae:environment:listVpcEgresses |
Grant permission to view all VPC egresses. |
List |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:createVpcEgress |
Grant permission to create a VPC egress. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteVpcEgress |
Grant permission to delete a VPC egress. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:listVpcIngresses |
Grant permission to view all VPC ingresses. |
List |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:environment:createVpcIngress |
Grant permission to create a VPC ingress. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:deleteVpcIngress |
Grant permission to delete a VPC ingress. |
Write |
environment * |
- |
cae:environment:delete |
|
- |
|||||
|
cae:environment:createMonitorSystem |
Grant permission to create a monitoring system. |
Write |
environment * |
- |
cae:environment:create |
|
- |
|||||
|
cae:environment:updateMonitorSystem |
Grant permission to update a monitoring system. |
Write |
environment * |
- |
cae:environment:update |
|
- |
|||||
|
cae:environment:getMonitorSystem |
Grant permission to query a monitoring system. |
Read |
environment * |
- |
cae:environment:get |
|
- |
|||||
|
cae:application:listApplications |
Grant permission to query all applications. |
List |
application * |
- |
cae:application:list |
|
cae:application:createApplication |
Grant permission to create an application. |
Write |
application * |
- |
cae:application:create |
|
- |
|||||
|
cae:application:deleteApplication |
Grant permission to delete an application. |
Write |
application * |
- |
cae:application:delete |
|
- |
|||||
|
cae:component:listComponents |
Grant permission to query all components. |
List |
component * |
- |
cae:application:list |
|
- |
|||||
|
cae:component:createComponent |
Grant permission to create a component. |
Write |
component * |
- |
cae:application:create |
|
- |
|||||
|
cae:component:deleteComponent |
Grant permission to delete a component. |
Write |
component * |
- |
cae:application:delete |
|
- |
|||||
|
cae:component:updateComponent |
Grant permission to update a component. |
Write |
component * |
- |
cae:application:modify |
|
- |
|||||
|
cae:component:getComponent |
Grant permission to query a component. |
Read |
component * |
- |
cae:application:get |
|
- |
|||||
|
cae:component:createWithConfigComponent |
Grant permission to create, validate, and deploy a component. |
Write |
component * |
- |
cae:application:create |
|
- |
|||||
|
cae:component:operateComponent |
Grant permission to deploy, scale, upgrade, roll back, start, stop, restart, and configure a component. |
Write |
component * |
- |
cae:application:modify |
|
- |
|||||
|
cae:component:listConfigurations |
Grant permission to query all component configurations. |
List |
component * |
- |
cae:application:get |
|
- |
|||||
|
cae:component:createConfiguration |
Grant permission to create or update component configurations. |
Write |
component * |
- |
cae:application:create |
|
- |
|||||
|
cae:component:deleteConfiguration |
Grant permission to delete or cancel component configurations. |
Write |
component * |
- |
cae:application:delete |
|
- |
|||||
|
cae:component:getConfiguration |
Grant permission to query component configurations. |
Read |
component * |
- |
cae:application:list |
|
- |
|||||
|
cae:component:createInstanceWebShell |
Grant permission to create a remote login. |
Write |
component * |
- |
cae:application:createConsole |
|
- |
|||||
|
cae::listNoticeRules |
Grant permission to query all event notification rules. |
List |
- |
cae:environment:get |
|
|
cae::createNoticeRule |
Grant permission to create an event notification rule. |
Write |
- |
cae:environment:create |
|
|
cae::deleteNoticeRule |
Grant permission to delete an event notification rule. |
Write |
- |
cae:environment:delete |
|
|
cae::updateNoticeRule |
Grant permission to update an event notification rule. |
Write |
- |
cae:environment:update |
|
|
cae::getNoticeRule |
Grant permission to query an event notification rule. |
Read |
- |
cae:environment:get |
|
|
cae::listDewSecrets |
Grant permission to query all secrets. |
List |
- |
cae:environment:get |
|
|
cae::createDewSecret |
Grant permission to create a secret. |
Write |
- |
cae:environment:create |
|
|
cae::deleteDewSecret |
Grant permission to delete a secret. |
Write |
- |
cae:environment:delete |
|
|
cae::updateDewSecret |
Grant permission to update a secret. |
Write |
- |
cae:environment:update |
|
|
cae::getDewSecret |
Grant permission to query a secret. |
Read |
- |
cae:environment:get |
|
|
cae::buyPackage |
Grant permission to purchase a pay-per-use package. |
Write |
- |
cae:environment:create |
Each API of CAE usually supports one or more actions. Table 2 lists the supported actions and dependencies.
|
API |
Action |
Dependencies |
|---|---|---|
|
GET /v1/{project_id}/cae/environments |
cae:environment:listEnvironments |
- |
|
POST /v1/{project_id}/cae/environments |
cae:environment:createEnvironment |
- |
|
DELETE /v1/{project_id}/cae/environments/{environment_id} |
cae:environment:deleteEnvironment |
- |
|
POST /v1/{project_id}/cae/environments/{environment_id}/wakeup |
cae:environment:createEnvironment |
- |
|
GET /v1/{project_id}/cae/collections |
cae:environment:getEnvironment |
- |
|
GET /v1/{project_id}/cae/applications/comb |
cae:environment:getEnvironment |
- |
|
GET /v1/{project_id}/cae/volumes |
cae:environment:listCloudVolumes |
- |
|
POST /v1/{project_id}/cae/volumes |
cae:environment:createCloudVolume |
- |
|
DELETE /v1/{project_id}/cae/volumes/{id} |
cae:environment:deleteCloudVolume |
- |
|
GET /v1/{project_id}/cae/domains |
cae:environment:listDomains |
- |
|
POST /v1/{project_id}/cae/domains |
cae:environment:createDomain |
- |
|
DELETE /v1/{project_id}/cae/domains/{domain_id} |
cae:environment:deleteDomain |
- |
|
GET /v1/{project_id}/cae/certificates |
cae:environment:listCertificates |
- |
|
POST /v1/{project_id}/cae/certificates |
cae:environment:createCertificate |
- |
|
PUT /v1/{project_id}/cae/certificates/{certificate_id} |
cae:environment:updateCertificate |
- |
|
DELETE /v1/{project_id}/cae/certificates/{certificate_id} |
cae:environment:deleteCertificate |
- |
|
GET /v1/{project_id}/cae/timer-rules |
cae:environment:listTimerRules |
- |
|
POST /v1/{project_id}/cae/timer-rules |
cae:environment:createTimerRule |
- |
|
DELETE /v1/{project_id}/cae/timer-rules/{timer_rule_id} |
cae:environment:deleteTimerRule |
- |
|
PUT /v1/{project_id}/cae/timer-rules/{timer_rule_id} |
cae:environment:updateTimerRule |
- |
|
GET /v1/{project_id}/cae/timer-rules/{timer_rule_id}/execution-results |
cae:environment:getTimerRule |
- |
|
GET /v1/{project_id}/cae/eips |
cae:environment:listEips |
- |
|
PUT /v1/{project_id}/cae/eips |
cae:environment:updateEip |
- |
|
GET /v1/{project_id}/cae/vpc-egress |
cae:environment:listVpcEgresses |
- |
|
POST /v1/{project_id}/cae/vpc-egress |
cae:environment:createVpcEgress |
- |
|
DELETE /v1/{project_id}/cae/vpc-egress/{vpc_egress_id} |
cae:environment:deleteVpcEgress |
- |
|
GET /v1/{project_id}/cae/vpc-ingress |
cae:environment:listVpcIngresses |
- |
|
POST /v1/{project_id}/cae/vpc-ingress |
cae:environment:createVpcIngress |
- |
|
DELETE /v1/{project_id}/cae/vpc-ingress/{vpc_ingress_id} |
cae:environment:deleteVpcIngress |
- |
|
GET /v1/{project_id}/cae/monitor-system |
cae:environment:getMonitorSystem |
- |
|
POST /v1/{project_id}/cae/monitor-system |
cae:environment:createMonitorSystem |
- |
|
PUT /v1/{project_id}/cae/monitor-system/{monitor_system_id} |
cae:environment:updateMonitorSystem |
- |
|
GET /v1/{project_id}/cae/applications |
cae:application:listApplications |
- |
|
POST /v1/{project_id}/cae/applications |
cae:application:createApplication |
- |
|
DELETE /v1/{project_id}/cae/applications/{application_id} |
cae:application:deleteApplication |
- |
|
GET /v1/{project_id}/cae/applications/{application_id} |
cae:application:listApplications |
- |
|
POST /v1/{project_id}/cae/applications/{application_id}/components |
cae:component:createComponent |
- |
|
GET /v1/{project_id}/cae/applications/{application_id}/components |
cae:component:listComponents |
- |
|
GET /v1/{project_id}/cae/applications/{application_id}/components/{component_id} |
cae:component:getComponent |
- |
|
PUT /v1/{project_id}/cae/applications/{application_id}/components/{component_id} |
cae:component:updateComponent |
- |
|
DELETE /v1/{project_id}/cae/applications/{application_id}/components/{component_id} |
cae:component:deleteComponent |
- |
|
POST /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/action |
cae:component:operateComponent |
- |
|
GET /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/configurations |
cae:component:listConfigurations |
- |
|
POST /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/configurations |
cae:component:createConfiguration |
- |
|
DELETE /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/configurations |
cae:component:deleteConfiguration |
- |
|
GET /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/configuration-history-time |
cae:component:getConfiguration |
- |
|
GET /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/configuration-history |
cae:component:getConfiguration |
- |
|
GET /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/instances |
cae:component:getComponent |
- |
|
DELETE /v1/{project_id}/cae/applications/{application_id}/components/{component_id}/instances/{instance_name} |
cae:component:deleteComponent |
- |
|
POST /v1/{project_id}/cae/remote-console/{instance_id} |
cae:component:createInstanceWebShell |
- |
|
GET /v1/{project_id}/cae/jobs/{job_id} |
cae:environment:getEnvironment |
- |
|
POST /v1/{project_id}/cae/jobs/{job_id} |
cae:environment:createEnvironment |
- |
|
POST /v1/{project_id}/cae/notice-rules |
cae::createNoticeRule |
- |
|
GET /v1/{project_id}/cae/notice-rules |
cae::listNoticeRules |
- |
|
PUT /v1/{project_id}/cae/notice-rules/{rule_id} |
cae::updateNoticeRule |
- |
|
GET /v1/{project_id}/cae/notice-rules/{rule_id} |
cae::getNoticeRule |
- |
|
DELETE /v1/{project_id}/cae/notice-rules/{rule_id} |
cae::deleteNoticeRule |
- |
|
POST /v1/{project_id}/cae/dew-secrets |
cae::createDewSecret |
- |
|
GET /v1/{project_id}/cae/dew-secrets |
cae::listDewSecrets |
- |
|
PUT /v1/{project_id}/cae/dew-secrets/{secret_id} |
cae::updateDewSecret |
- |
|
DELETE /v1/{project_id}/cae/dew-secrets/{secret_id} |
cae::deleteDewSecret |
- |
|
GET /v1/{project_id}/cae/dew-secrets/{secret_id}/effective-components |
cae::getDewSecret |
- |
|
GET /v1/{project_id}/cae/demo |
cae:component:getComponent |
- |
|
POST /v1/{project_id}/cae/demo/install |
cae:component:createComponent |
- |
|
POST /v1/{project_id}/cae/orders |
cae::buyPackage |
- |
Resources
A resource type indicates the resources that an SCP applies to. If you specify a resource type for any action in Table 3, the resource URN must be specified in the SCP statements using that action, and the SCP applies only to resources of this type. If no resource type is specified, the Resource element is marked with an asterisk (*) and the SCP applies to all resources. You can also set condition keys in an SCP to define resource types.
The following table lists the resource types that you can define in SCP statements for CAE.
Conditions
cae 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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot