All Products
Search
Document Center

Microservices Engine:RAM authorization

Last Updated:Aug 12, 2024
Resource Access Management (RAM) is a service provided by Alibaba Cloud to manage user identities and resource access permissions. You can use RAM to prevent RAM users from sharing the AccessKey pairs of your Alibaba Cloud account. You can also use RAM to grant minimum permissions to RAM users. RAM uses policies to define permissions.
This topic describes the elements, such as Action, Resource, and Condition, which are defined by MSE. You can use the elements to create policies in RAM. The code (RamCode) in RAM that is used to indicate MSE is mse,microgw. You can grant permissions on MSE at the RESOURCE.

General structure of a policy

Policies can be stored as JSON files. The following code provides an example on the general structure of a policy:
{
  "Version": "1",
  "Statement": [
    {
      "Effect": "<Effect>",
      "Action": "<Action>",
      "Resource": "<Resource>",
      "Condition": {
        "<Condition_operator>": {
          "<Condition_key>": [
            "<Condition_value>"
          ]
        }
      }
    }
  ]
}
The following list describes the fields in the policy:
  • Effect: specifies the authorization effect. Valid values: Allow, Deny.
  • Action: specifies one or more API operations that are allowed or denied. For more information, see the Action section of this topic.
  • Resource: specifies one or more resources to which the policy applies. You can use an Alibaba Cloud Resource Name (ARN) to specify a resource. For more information, see the Resource section of this topic.
  • Condition: specifies one or more conditions that are required for the policy to take effect. This is an optional field. For more information, see the Condition section of this topic.
    • Condition_operator: specifies the conditional operators. Different types of conditions support different conditional operators. For more information, see Policy elements.
    • Condition_key: specifies the condition keys.
    • Condition_value: specifies the condition values.

Action

MSE defines the values that you can use in the Action element of a policy statement. The following table describes the values.
  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • API operation: the API operation that you can call to perform the operation.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition key: the condition keys that are defined by the Alibaba Cloud service. The Condition key column does not list the common condition keys that are defined by Alibaba Cloud. For more information about the common condition keys, see Generic Condition Keyword.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
ActionsAPI operationAccess levelResource typeCondition keyAssociated operation
mse:UpdateGatewaySpecUpdateGatewaySpecupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteNacosServiceDeleteNacosServiceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:TagResourcesTagResourcesupdate
All Resources
*
NoneNone
mse:CreateClusterCreateClustercreate
Cluster
acs:mse:{#regionId}:{#accountId}:instance/*
NoneNone
mse:ListSSLCertListSSLCertget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListGatewayZoneListGatewayZonelist
All Resources
*
NoneNone
mse:ListMigrationTaskListMigrationTasklist
All Resources
*
NoneNone
mse:GetGatewayServiceDetailGetGatewayServiceDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QuerySlbSpecQuerySlbSpeclist
All Resources
*
NoneNone
mse:UpdateGatewayRouteRetryUpdateGatewayRouteRetryupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteGatewayAuthConsumerDeleteGatewayAuthConsumer
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListAnsServiceClustersListAnsServiceClusterslist
All Resources
*
NoneNone
mse:GetTagsBySwimmingLaneGroupIdGetTagsBySwimmingLaneGroupIdget
All Resources
*
NoneNone
mse:QueryAllSwimmingLaneQueryAllSwimmingLaneget
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
NoneNone
mse:GetOverviewGetOverview
All Resources
*
NoneNone
mse:UpdateServiceSourceUpdateServiceSourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:SelectGatewaySlbSelectGatewaySlbget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayRouteUpdateGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UntagResourcesUntagResourcesdelete
All Resources
*
NoneNone
mse:UpdateGatewayRouteHTTPRewriteUpdateGatewayRouteHTTPRewriteupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:GetServiceListPageGetServiceListPageget
All Resources
*
NoneNone
mse:ApplyTagPoliciesApplyTagPoliciesupdate
All Resources
*
NoneNone
mse:ListNacosConfigsListNacosConfigsget
All Resources
*
NoneNone
mse:ListGatewayAuthConsumerResourceListGatewayAuthConsumerResource
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteZnodeDeleteZnodeWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:DeleteNacosConfigsDeleteNacosConfigsWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:QueryClusterSpecificationQueryClusterSpecification
All Resources
*
NoneNone
mse:ListExportZookeeperDataListExportZookeeperDatalist
All Resources
*
NoneNone
mse:CreateNacosConfigCreateNacosConfigget
All Resources
*
NoneNone
mse:GetApplicationInstanceListGetApplicationInstanceListget
All Resources
*
NoneNone
mse:QueryZnodeDetailQueryZnodeDetailget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:ImportZookeeperDataImportZookeeperDataWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:UpdateGatewayRouteAuthUpdateGatewayRouteAuth
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateConfigUpdateConfigupdate
All Resources
*
NoneNone
mse:GetApplicationListGetApplicationListget
All Resources
*
NoneNone
mse:GetGovernanceKubernetesClusterGetGovernanceKubernetesClusterget
All Resources
*
NoneNone
mse:DeleteGatewayServiceDeleteGatewayServiceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteGatewayServiceVersionDeleteGatewayServiceVersionWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:GetGatewayDomainDetailGetGatewayDomainDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayDomainUpdateGatewayDomainWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QueryGovernanceKubernetesClusterQueryGovernanceKubernetesClusterget
All Resources
*
NoneNone
mse:DeleteGatewayDomainDeleteGatewayDomainWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateImageUpdateImageWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:AddServiceSourceAddServiceSourcecreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListSecurityGroupListSecurityGrouplist
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:CloneNacosConfigCloneNacosConfigcreate
All Resources
*
NoneNone
mse:GetBlackWhiteListGetBlackWhiteListget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListServiceSourceListServiceSourceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QueryClusterDiskSpecificationQueryClusterDiskSpecificationget
All Resources
*
NoneNone
mse:GetGatewayAuthConsumerDetailGetGatewayAuthConsumerDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:AddGatewayRouteAddGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteGatewayRouteDeleteGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayAuthConsumerUpdateGatewayAuthConsumer
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateZnodeUpdateZnodeWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:OrderClusterHealthCheckRiskNoticeOrderClusterHealthCheckRiskNoticeget
All Resources
*
NoneNone
mse:ExportNacosConfigExportNacosConfigget
Cluster
acs:mse:{#regionId}:{#AccountId}:instance/{#InstanceId}
NoneNone
mse:UpdateClusterSpecUpdateClusterSpecupdate
All Resources
*
NoneNone
mse:CreateEngineNamespaceCreateEngineNamespaceWrite
All Resources
*
NoneNone
mse:CreateOrUpdateSwimmingLaneGroupCreateOrUpdateSwimmingLaneGroupupdate
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
NoneNone
mse:GetServiceListGetServiceListget
All Resources
*
NoneNone
mse:ListConfigTrackListConfigTracklist
All Resources
*
NoneNone
mse:ListZkTrackListZkTracklist
All Resources
*
NoneNone
mse:GetZookeeperDataImportUrlGetZookeeperDataImportUrlget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:GetMseSourceGetMseSourceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:PullServicesPullServicesget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListClusterTypesListClusterTypes
All Resources
*
NoneNone
mse:CreateNacosInstanceCreateNacosInstanceWrite
All Resources
*
NoneNone
mse:ImportServicesImportServicescreate
All Resources
*
NoneNone
mse:QueryAllSwimmingLaneGroupQueryAllSwimmingLaneGroupget
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
NoneNone
mse:GetEngineNamepaceGetEngineNamepaceget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:ListGatewayDomainListGatewayDomainget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateMessageQueueRouteUpdateMessageQueueRouteget
All Resources
*
NoneNone
mse:GetNacosConfigGetNacosConfigget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:UpdateBlackWhiteListUpdateBlackWhiteListupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateNacosServiceUpdateNacosServiceWrite
All Resources
*
NoneNone
mse:GetNacosHistoryConfigGetNacosHistoryConfigget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:ListInstanceCountListInstanceCountget
All Resources
*
NoneNone
mse:UpdateMigrationTaskUpdateMigrationTaskupdate
All Resources
*
NoneNone
mse:AddBlackWhiteListAddBlackWhiteListWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteGatewaySlbDeleteGatewaySlbWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:FetchLosslessRuleListFetchLosslessRuleListget
All Resources
*
NoneNone
mse:UpdateClusterUpdateClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:AddGatewayServiceVersionAddGatewayServiceVersionWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListGatewayServiceListGatewayServiceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayRouteHeaderOpUpdateGatewayRouteHeaderOpupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:GetGatewayGetGatewayget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:GetLosslessRuleByAppGetLosslessRuleByAppget
All Resources
*
NoneNone
mse:ListAppBySwimmingLaneGroupTagsListAppBySwimmingLaneGroupTagslist
All Resources
*
NoneNone
mse:ListGatewayRouteOnAuthListGatewayRouteOnAuthlist
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListClusterConnectionTypesListClusterConnectionTypesget
All Resources
*
NoneNone
mse:ListAnsInstancesListAnsInstancesget
All Resources
*
NoneNone
mse:DeleteEngineNamespaceDeleteEngineNamespaceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:CreateOrUpdateSwimmingLaneCreateOrUpdateSwimmingLanecreate
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
NoneNone
mse:DeleteAuthResourceDeleteAuthResourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:AddSecurityGroupRuleAddSecurityGroupRulecreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:PutClusterHealthCheckTaskPutClusterHealthCheckTaskWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:UpdateAclUpdateAclWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:DeleteServiceSourceDeleteServiceSourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListAppBySwimmingLaneGroupTagListAppBySwimmingLaneGroupTagget
All Resources
*
NoneNone
mse:DeleteGatewayAuthConsumerResourceDeleteGatewayAuthConsumerResource
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayServiceTrafficPolicyUpdateGatewayServiceTrafficPolicyWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListGatewayAuthConsumerListGatewayAuthConsumerlist
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateNacosInstanceUpdateNacosInstanceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:DeleteSecurityGroupRuleDeleteSecurityGroupRuledelete
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QuerySwimmingLaneByIdQuerySwimmingLaneByIdget
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
NoneNone
mse:UpdatePluginConfigUpdatePluginConfigupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteSwimmingLaneDeleteSwimmingLanedelete
All Resources
*
NoneNone
mse:CreateCircuitBreakerRuleCreateCircuitBreakerRulecreate
All Resources
*
NoneNone
mse:UpdateGatewayNameUpdateGatewayNameWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListSecurityGroupRuleListSecurityGroupRulelist
All Resources
*
NoneNone
mse:ApplyGatewayRouteApplyGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayRouteWafStatusUpdateGatewayRouteWafStatusupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QueryClusterInfoQueryClusterInfoget
All Resources
*
NoneNone
mse:UpdateGatewayAuthConsumerResourceUpdateGatewayAuthConsumerResourceupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:CreateNacosServiceCreateNacosServiceget
All Resources
*
NoneNone
mse:UpdateNacosClusterUpdateNacosClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:AddGatewayDomainAddGatewayDomaincreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:CloneSentinelRuleFromAhasCloneSentinelRuleFromAhascreate
All Resources
*
NoneNone
mse:OfflineGatewayRouteOfflineGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListEngineNamespacesListEngineNamespacesget
All Resources
*
NoneNone
mse:AddGatewayAuthConsumerAddGatewayAuthConsumercreate
All Resources
*
NoneNone
mse:UpdateSSLCertUpdateSSLCertWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QueryNamespaceQueryNamespaceget
All Resources
*
NoneNone
mse:ListListenersByIpListListenersByIpget
All Resources
*
NoneNone
mse:GetPluginConfigGetPluginConfigget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:GetServiceListenersGetServiceListenersget
All Resources
*
NoneNone
mse:QueryInstancesInfoQueryInstancesInfoget
All Resources
*
NoneNone
mse:DeleteGatewayDeleteGatewayWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayAuthConsumerResourceStatusUpdateGatewayAuthConsumerResourceStatus
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteMigrationTaskDeleteMigrationTaskdelete
All Resources
*
NoneNone
mse:GetImageGetImageget
All Resources
*
NoneNone
mse:UpdateFlowRuleUpdateFlowRuleupdate
All Resources
*
NoneNone
mse:GetImportFileUrlGetImportFileUrlget
All Resources
*
NoneNone
mse:ListTagResourcesListTagResourcesget
All Resources
*
NoneNone
mse:AddGatewayAddGatewaycreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/*
NoneNone
mse:UpdateGatewayOptionUpdateGatewayOptionupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteClusterDeleteClusterdelete
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:ListCircuitBreakerRulesListCircuitBreakerRuleslist
All Resources
*
NoneNone
mse:CreateZnodeCreateZnodeWrite
All Resources
*
NoneNone
mse:ListGatewayListGatewayget
All Resources
*
NoneNone
mse:RestartClusterRestartClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:GetKubernetesSourceGetKubernetesSourceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListAnsServicesListAnsServiceslist
All Resources
*
NoneNone
mse:AddMigrationTaskAddMigrationTaskcreate
All Resources
*
NoneNone
mse:UpdateAuthPolicyUpdateAuthPolicyget
All Resources
*
NoneNone
mse:DeleteFlowRulesDeleteFlowRulesdelete
All Resources
*
NoneNone
mse:ListAuthPolicyListAuthPolicyget
All Resources
*
NoneNone
mse:ListClusterVersionsListClusterVersions
All Resources
*
NoneNone
mse:QueryConfigQueryConfigget
All Resources
*
NoneNone
mse:EnableHttp2EnableHttp2get
All Resources
*
NoneNone
mse:ListZnodeChildrenListZnodeChildrenget
All Resources
*
NoneNone
mse:DeleteNacosInstanceDeleteNacosInstanceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:ModifyGovernanceKubernetesClusterModifyGovernanceKubernetesClusterupdate
All Resources
*
NoneNone
mse:ListGatewaySlbListGatewaySlbget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListFlowRulesListFlowRuleslist
All Resources
*
NoneNone
mse:AddSSLCertAddSSLCertWrite
All Resources
*
NoneNone
mse:ListGatewayRouteListGatewayRouteget
All Resources
*
NoneNone
mse:ListClustersListClustersget
All Resources
*
NoneNone
mse:CreateGatewayFlowRuleCreateGatewayFlowRulecreate
All Resources
*
NoneNone
mse:DeleteNacosConfigDeleteNacosConfigWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:RetryClusterRetryClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:UpdateGatewayAuthConsumerStatusUpdateGatewayAuthConsumerStatus
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:GetGatewayRouteDetailGetGatewayRouteDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:AddAuthResourceAddAuthResourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListNacosHistoryConfigsListNacosHistoryConfigsget
All Resources
*
NoneNone
mse:QueryClusterDetailQueryClusterDetailget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:UpdateCircuitBreakerRuleUpdateCircuitBreakerRuleupdate
All Resources
*
NoneNone
mse:ListNamingTrackListNamingTrackget
All Resources
*
NoneNone
mse:UpdateGatewayServiceCheckUpdateGatewayServiceCheckupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListApplicationsWithTagRulesListApplicationsWithTagRulesget
All Resources
*
NoneNone
mse:UpdateGatewayRouteTimeoutUpdateGatewayRouteTimeoutupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:ListListenersByConfigListListenersByConfigget
All Resources
*
NoneNone
mse:PreserveHeaderFormatPreserveHeaderFormatget
All Resources
*
NoneNone
mse:GetPluginsGetPluginsget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:QueryMonitorQueryMonitorget
All Resources
*
NoneNone
mse:ListClusterHealthCheckTaskListClusterHealthCheckTaskget
All Resources
*
NoneNone
mse:GetAppMessageQueueRouteGetAppMessageQueueRouteget
All Resources
*
NoneNone
mse:ExportZookeeperDataExportZookeeperDataget
All Resources
*
NoneNone
mse:CreateFlowRuleCreateFlowRulecreate
All Resources
*
NoneNone
mse:AddGatewaySlbAddGatewaySlbWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteCircuitBreakerRulesDeleteCircuitBreakerRulesdelete
All Resources
*
NoneNone
mse:ImportNacosConfigImportNacosConfigcreate
All Resources
*
NoneNone
mse:UpdateGatewayRouteCORSUpdateGatewayRouteCORSupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:UpdateGatewayServiceVersionUpdateGatewayServiceVersionWrite
All Resources
*
NoneNone
mse:EnableProxyProtocolEnableProxyProtocolupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone
mse:DeleteSwimmingLaneGroupDeleteSwimmingLaneGroupget
All Resources
*
NoneNone
mse:UpdateEngineNamespaceUpdateEngineNamespaceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:UpdateNacosConfigUpdateNacosConfigupdate
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
NoneNone
mse:AddGatewayAuthAddGatewayAuthcreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
NoneNone

Resource

MSE defines the values that you can use in the Resource. You can attach the policy to a RAM user or a RAM role so that the RAM user or the RAM role can perform a specific operation on a specific resource. The ARN is the unique identifier of the resource on Alibaba Cloud. Take note of the following items:
  • {#}indicates a variable. {#} must be replaced with an actual value. For example, {#ramcode} must be replaced with the actual code of an Alibaba Cloud service in RAM.
  • An asterisk (*) is used as a wildcard. Examples:
    • {#resourceType} is set to *, all resources are specified.
    • {#regionId} is set to *, all regions are specified.
    • {#accountId} is set to *, all Alibaba Cloud accounts are specified.
Resource typeARN
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
GovernanceNamespaceacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
GovernanceNamespaceacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}
Clusteracs:mse:{#regionId}:{#AccountId}:instance/{#InstanceId}
Gatewayacs:mse:{#Region}:{#AccountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:gateway/{#GatewayUniqueId}
EngineNamespaceacs:mse:*:{#accountId}:enginenamespace/{#InstanceId}/{#Namespace}

Condition

MSE does not define service-specific condition keys. For more information about common condition keys that are defined by Alibaba Cloud, see Generic Condition Keyword.

What to do next

You can create a custom policy and attach the policy to a RAM user, RAM user group, or RAM role. For more information, see the following topics: