Enterprise Project Permissions
Administrator: The administrator can perform any operations on the Enterprise Project Management page.
IAM user: An IAM user's permissions are granted by the administrator. After an IAM user logs in to the Enterprise Project Management page, the IAM user sees only the enterprise projects assigned by the administrator, and can only manage the resources allocated by the administrator. If the administrator assigns a policy for an IAM user, the IAM user has all the permissions included in the policy.
The administrator can use the system-defined policies or custom policies to assign permissions to users. Policies related to enterprise project include EPS FullAccess, EPS ReadOnlyAccess, and EnterpriseProject BSS FullAccess.
The permissions set in IAM are different from those in Enterprise Management. The administrator can select either IAM or Enterprise Management to manage resource permissions based on enterprise requirements. For details about the differences between the two services, see What Are the Differences Between IAM and Enterprise Management?
|
Service Name |
Permission Name |
Permission Description |
Typically Associated Personnel |
|---|---|---|---|
|
Enterprise Management |
EPS FullAccess |
|
Enterprise asset administrators |
|
EPS ReadOnlyAccess |
Read-only permissions for a specific or all enterprise projects
|
Enterprise asset query personnel |
|
|
EnterpriseProject BSS FullAccess |
Permissions for operations management of enterprise projects. The detailed permissions are as follows:
|
Enterprise asset administrators |
- EPS FullAccess: This policy grants all EPS permissions. The following is the policy content:
{ "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "eps:enterpriseProjects:update", //Modify enterprise projects. "eps:enterpriseProjects:create", //Create enterprise projects. "eps:enterpriseProjects:enable", //Enable enterprise projects. "eps:enterpriseProjects:disable", //Disable enterprise projects. "eps:resources:list", //View the resource list. "eps:resources:add", //Add resources to an enterprise project. "eps:resources:remove", //Remove resources from an enterprise project. "iam:groups:list", "iam:policies:list", "iam:enterpriseProjectGroups:combine", "iam:enterpriseProjectGroups:listGroups", "iam:enterpriseProjectGroups:listPolicies" ] } ] } - EPS ReadOnlyAccess: This policy grants the permissions to view basic information. The following is the policy content:
{ "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "eps:resources:list", "iam:enterpriseProjectGroups:listGroups", "iam:enterpriseProjectGroups:listPolicies" ] } ] } - EnterpriseProject BSS FullAccess: This policy grants all the operations permissions of an enterprise project. The following is the policy content:
{ "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "bss:enterpriseProjectFundQuota:view", //View fund quota settings of enterprise projects. "bss:enterpriseProjectCost:view", //View and export cost breakdowns of enterprise projects. "bss:enterpriseProjectFundQuotaFinance:view", //View fund quota adjustment records of enterprise projects. "bss:renewal:view", //View renewals of enterprise projects. "bss:renewal:update", //Enable or disable auto-renewal and manual renewal, change billing mode from pay-per-use to yearly/monthly, and release resources. "bss:order:view", //View yearly/monthly orders. "bss:order:update", //Place yearly/monthly orders. "bss:unsubscribe:update", //Unsubscribe from resources and view unsubscription records. "bss:bill:view", //View expenditure summary of enterprise projects. "bss:bill:update", //Export expenditure summary of enterprise projects. "bss:billDetail:view", //View expenditure details of enterprise projects. "bss:billDetail:update" //Export expenditure details of enterprise projects. ] } ] }
For an IAM user that has used an enterprise project, the permissions may change (the default enterprise project cannot be viewed, resources cannot be viewed, or resources cannot be added to or removed from an enterprise project). Configure policies based on the required permissions. For details, see Other Operations.
Last Article: Permissions
Next Article: Cloud Service Permissions
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.