文档

授权信息

更新时间:
访问控制(RAM)是阿里云提供的管理用户身份与资源访问权限的服务。使用RAM可以让您避免与其他用户共享阿里云账号密钥,并可按需为用户授予最小权限。RAM中使用权限策略描述授权的具体内容。
本文为您介绍微服务引擎(MSE)为RAM权限策略定义的操作(Action)、资源(Resource)和条件(Condition)。微服务引擎(MSE)的RAM代码(RamCode)为mse,支持的授权粒度为RESOURCE

权限策略通用结构

权限策略支持JSON格式,其通用结构如下:
{
  "Version": "1",
  "Statement": [
    {
      "Effect": "<Effect>",
      "Action": "<Action>",
      "Resource": "<Resource>",
      "Condition": {
        "<Condition_operator>": {
          "<Condition_key>": [
            "<Condition_value>"
          ]
        }
      }
    }
  ]
}
各字段含义如下:
  • Effect:权限策略效果。取值:Allow(允许)、Deny(拒绝)。
  • Action:授予允许或拒绝权限的具体操作。具体信息,请参见操作(Action)
  • Resource:受操作影响的具体对象,您可以使用资源ARN来描述指定资源。具体信息,请参见资源(Resource)
  • Condition:指授权生效的条件。可选字段。具体信息,请参见条件(Condition)
    • Condition_operator:条件运算符,不同类型的条件对应不同的条件运算符。具体信息,请参见权限策略基本元素
    • Condition_key:条件关键字。
    • Condition_value:条件关键字对应的值。

操作(Action)

下表是微服务引擎(MSE)定义的操作,这些操作可以在RAM权限策略语句的Action元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:
  • 操作:是指具体的权限点。
  • API:是指操作对应的API接口。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作API访问级别资源类型条件关键字关联操作
mse:GetAppMessageQueueRouteGetAppMessageQueueRouteget
全部资源
*
mse:ListClusterTypesListClusterTypes
全部资源
*
mse:OfflineGatewayRouteOfflineGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ApplyTagPoliciesApplyTagPoliciesupdate
全部资源
*
mse:UpdateClusterSpecUpdateClusterSpecupdate
全部资源
*
mse:UpdateFlowRuleUpdateFlowRuleupdate
全部资源
*
mse:GetMseSourceGetMseSourceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListSecurityGroupListSecurityGrouplist
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListSSLCertListSSLCertget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateGatewayCircuitBreakerRuleUpdateGatewayCircuitBreakerRuleupdate
全部资源
*
mse:ImportNacosConfigImportNacosConfigcreate
全部资源
*
mse:ListNacosHistoryConfigsListNacosHistoryConfigsget
全部资源
*
mse:ImportServicesImportServicescreate
全部资源
*
mse:UpdateMigrationTaskUpdateMigrationTaskupdate
全部资源
*
mse:ExportZookeeperDataExportZookeeperDataget
全部资源
*
mse:UpdateGatewayAuthConsumerUpdateGatewayAuthConsumer
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddGatewayDomainAddGatewayDomaincreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:QueryGovernanceKubernetesClusterQueryGovernanceKubernetesClusterget
全部资源
*
mse:DeleteGatewayIsolationRuleDeleteGatewayIsolationRuledelete
全部资源
*
mse:QueryAllSwimmingLaneGroupQueryAllSwimmingLaneGroupget
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
mse:UpdateGatewayRouteAuthUpdateGatewayRouteAuth
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetApplicationListGetApplicationListget
全部资源
*
mse:UpdateIsolationRuleUpdateIsolationRuleupdate
全部资源
*
mse:ListGatewayCircuitBreakerRuleListGatewayCircuitBreakerRulelist
全部资源
*
mse:QueryConfigQueryConfigget
全部资源
*
mse:ListListenersByConfigListListenersByConfigget
全部资源
*
mse:ListGatewayListGatewayget
全部资源
*
mse:SelectGatewaySlbSelectGatewaySlbget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:CreateGatewayIsolationRuleCreateGatewayIsolationRulecreate
全部资源
*
mse:UpdateGatewayAuthConsumerStatusUpdateGatewayAuthConsumerStatus
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteSecurityGroupRuleDeleteSecurityGroupRuledelete
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListExportZookeeperDataListExportZookeeperDatalist
全部资源
*
mse:DeleteIsolationRulesDeleteIsolationRules
全部资源
*
mse:CreateGatewayCircuitBreakerRuleCreateGatewayCircuitBreakerRulecreate
全部资源
*
mse:TagResourcesTagResourcesupdate
全部资源
*
mse:GetNacosHistoryConfigGetNacosHistoryConfigget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:QuerySlbSpecQuerySlbSpeclist
全部资源
*
mse:ListConfigTrackListConfigTracklist
全部资源
*
mse:ListNacosConfigsListNacosConfigsget
全部资源
*
mse:UpdateGatewayRouteRetryUpdateGatewayRouteRetryupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:CreateNacosInstanceCreateNacosInstanceWrite
全部资源
*
mse:DeleteNamespaceDeleteNamespacedelete
全部资源
*
mse:UpdateServiceSourceUpdateServiceSourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetTagsBySwimmingLaneGroupIdGetTagsBySwimmingLaneGroupIdget
全部资源
*
mse:DeleteGatewayServiceDeleteGatewayServiceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateNacosConfigUpdateNacosConfigupdate
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:DeleteNacosConfigDeleteNacosConfigWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:BindSentinelBlockFallbackDefinitionBindSentinelBlockFallbackDefinition
GovernanceApplication
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
mse:QueryClusterDetailQueryClusterDetailget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:DeleteNacosServiceDeleteNacosServiceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateEngineNamespaceUpdateEngineNamespaceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateImageUpdateImageWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:AddGatewayServiceVersionAddGatewayServiceVersionWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListSecurityGroupRuleListSecurityGroupRulelist
全部资源
*
mse:UpdateZnodeUpdateZnodeWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:ListAuthPolicyListAuthPolicyget
全部资源
*
mse:PreserveHeaderFormatPreserveHeaderFormatget
全部资源
*
mse:RemoveAuthPolicyRemoveAuthPolicyget
全部资源
*
mse:UpdateNacosClusterUpdateNacosClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateConfigUpdateConfigupdate
全部资源
*
mse:UpdateGatewayRouteTimeoutUpdateGatewayRouteTimeoutupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListSentinelBlockFallbackDefinitionsListSentinelBlockFallbackDefinitionslist
全部资源
*
mse:AddGatewayAuthConsumerAddGatewayAuthConsumercreate
全部资源
*
mse:AddGatewayRouteAddGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:PullServicesPullServicesget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateGatewayRouteCORSUpdateGatewayRouteCORSupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:EnableProxyProtocolEnableProxyProtocolupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddGatewayAddGatewaycreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/*
mse:GetGatewayServiceDetailGetGatewayServiceDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetGatewayAuthConsumerDetailGetGatewayAuthConsumerDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetKubernetesSourceGetKubernetesSourceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListGatewayRouteListGatewayRouteget
全部资源
*
mse:ListIsolationRulesListIsolationRuleslist
GovernanceApplication
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
mse:DeleteFlowRulesDeleteFlowRulesdelete
全部资源
*
mse:CreateEngineNamespaceCreateEngineNamespaceWrite
全部资源
*
mse:CreateClusterCreateClustercreate
Cluster
acs:mse:{#regionId}:{#accountId}:instance/*
mse:DeleteZnodeDeleteZnodeWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:GetImportFileUrlGetImportFileUrlget
全部资源
*
mse:GetNacosConfigGetNacosConfigget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateGatewayRouteHTTPRewriteUpdateGatewayRouteHTTPRewriteupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetApplicationInstanceListGetApplicationInstanceListget
全部资源
*
mse:UpdateGatewayServiceCheckUpdateGatewayServiceCheckupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListApplicationsWithTagRulesListApplicationsWithTagRulesget
全部资源
*
mse:UpdateGatewayServiceTrafficPolicyUpdateGatewayServiceTrafficPolicyWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListAnsInstancesListAnsInstancesget
全部资源
*
mse:CreateOrUpdateSwimmingLaneCreateOrUpdateSwimmingLanecreate
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
mse:UpdateAuthPolicyUpdateAuthPolicyget
全部资源
*
mse:ListServiceSourceListServiceSourceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:QueryNamespaceQueryNamespaceget
全部资源
*
mse:GetGatewayRouteDetailGetGatewayRouteDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddServiceSourceAddServiceSourcecreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListAnsServicesListAnsServiceslist
全部资源
*
mse:ApplyGatewayRouteApplyGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateSSLCertUpdateSSLCertWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateCircuitBreakerRuleUpdateCircuitBreakerRuleupdate
全部资源
*
mse:ListNamingTrackListNamingTrackget
全部资源
*
mse:ListAnsServiceClustersListAnsServiceClusterslist
全部资源
*
mse:ListGatewayDomainListGatewayDomainget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetServiceListPageGetServiceListPageget
全部资源
*
mse:CreateIsolationRuleCreateIsolationRulecreate
GovernanceApplication
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
mse:PutClusterHealthCheckTaskPutClusterHealthCheckTaskWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:RetryClusterRetryClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:ListFlowRulesListFlowRuleslist
全部资源
*
mse:DeleteServiceSourceDeleteServiceSourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListClusterHealthCheckTaskListClusterHealthCheckTaskget
全部资源
*
mse:EnableHttp2EnableHttp2get
全部资源
*
mse:UpdateGatewaySpecUpdateGatewaySpecupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetGovernanceKubernetesClusterGetGovernanceKubernetesClusterget
全部资源
*
mse:GetLosslessRuleByAppGetLosslessRuleByAppget
全部资源
*
mse:AddSecurityGroupRuleAddSecurityGroupRulecreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteSwimmingLaneDeleteSwimmingLanedelete
全部资源
*
mse:ListClustersListClustersget
全部资源
*
mse:ListClusterVersionsListClusterVersions
全部资源
*
mse:ListListenersByIpListListenersByIpget
全部资源
*
mse:ImportZookeeperDataImportZookeeperDataWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:DeleteGatewayAuthConsumerDeleteGatewayAuthConsumer
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateGatewayNameUpdateGatewayNameWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateGatewayRouteUpdateGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:CreateFlowRuleCreateFlowRulecreate
全部资源
*
mse:GetGatewayGetGatewayget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateGatewayFlowRuleUpdateGatewayFlowRuleupdate
全部资源
*
mse:CreateGatewayFlowRuleCreateGatewayFlowRulecreate
全部资源
*
mse:CreateOrUpdateSwimmingLaneGroupCreateOrUpdateSwimmingLaneGroupupdate
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
mse:UpdateGatewayAuthConsumerResourceStatusUpdateGatewayAuthConsumerResourceStatus
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateGatewayRouteWafStatusUpdateGatewayRouteWafStatusupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteGatewaySlbDeleteGatewaySlbWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdatePluginConfigUpdatePluginConfigupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddGatewayAuthAddGatewayAuthcreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteGatewayFlowRuleDeleteGatewayFlowRuledelete
全部资源
*
mse:ListInstanceCountListInstanceCountget
全部资源
*
mse:DeleteGatewayDomainDeleteGatewayDomainWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:QueryClusterInfoQueryClusterInfoget
全部资源
*
mse:AddGatewaySlbAddGatewaySlbWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddAuthResourceAddAuthResourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetGatewayDomainDetailGetGatewayDomainDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateMessageQueueRouteUpdateMessageQueueRouteget
全部资源
*
mse:ListGatewayServiceListGatewayServiceget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetServiceMethodPageGetServiceMethodPageget
全部资源
*
mse:GetZookeeperDataImportUrlGetZookeeperDataImportUrlget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:GetOverviewGetOverview
全部资源
*
mse:DeleteGatewayAuthConsumerResourceDeleteGatewayAuthConsumerResource
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddSSLCertAddSSLCertWrite
全部资源
*
mse:DeleteMigrationTaskDeleteMigrationTaskdelete
全部资源
*
mse:ModifyGovernanceKubernetesClusterModifyGovernanceKubernetesClusterupdate
全部资源
*
mse:QueryClusterSpecificationQueryClusterSpecification
全部资源
*
mse:ListEngineNamespacesListEngineNamespacesget
全部资源
*
mse:ListGatewayFlowRuleListGatewayFlowRulelist
全部资源
*
mse:RestartClusterRestartClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateGatewayAuthConsumerResourceUpdateGatewayAuthConsumerResourceupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListClusterConnectionTypesListClusterConnectionTypesget
全部资源
*
mse:ListEurekaInstancesListEurekaInstancesget
全部资源
*
mse:ListGatewayAuthConsumerResourceListGatewayAuthConsumerResource
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListTagResourcesListTagResourcesget
全部资源
*
mse:CreateNacosConfigCreateNacosConfigget
全部资源
*
mse:ListMigrationTaskListMigrationTasklist
全部资源
*
mse:UpdateAclUpdateAclWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:CreateZnodeCreateZnodeWrite
全部资源
*
mse:GetBlackWhiteListGetBlackWhiteListget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddBlackWhiteListAddBlackWhiteListWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:AddAuthPolicyAddAuthPolicyWrite
全部资源
*
mse:ListAppBySwimmingLaneGroupTagListAppBySwimmingLaneGroupTagget
全部资源
*
mse:AddMigrationTaskAddMigrationTaskcreate
全部资源
*
mse:QueryZnodeDetailQueryZnodeDetailget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateBlackWhiteListUpdateBlackWhiteListupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteGatewayDeleteGatewayWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:OrderClusterHealthCheckRiskNoticeOrderClusterHealthCheckRiskNoticeget
全部资源
*
mse:QuerySwimmingLaneByIdQuerySwimmingLaneByIdget
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
mse:GetEngineNamepaceGetEngineNamepaceget
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateGatewayDomainUpdateGatewayDomainWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:CreateCircuitBreakerRuleCreateCircuitBreakerRulecreate
全部资源
*
mse:UpdateGatewayIsolationRuleUpdateGatewayIsolationRuleupdate
全部资源
*
mse:GetPluginsGetPluginsget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListGatewaySlbListGatewaySlbget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:GetServiceListenersGetServiceListenersget
全部资源
*
mse:ListGatewayZoneListGatewayZonelist
全部资源
*
mse:DeleteClusterDeleteClusterdelete
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:QueryMonitorQueryMonitorget
全部资源
*
mse:QueryAllSwimmingLaneQueryAllSwimmingLaneget
GovernanceNamespace
acs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
mse:UpdateGatewayRouteHeaderOpUpdateGatewayRouteHeaderOpupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteAuthResourceDeleteAuthResourceWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UntagResourcesUntagResourcesdelete
全部资源
*
mse:DeleteGatewayCircuitBreakerRuleDeleteGatewayCircuitBreakerRuledelete
全部资源
*
mse:GetPluginConfigGetPluginConfigget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:CloneNacosConfigCloneNacosConfigWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:DeleteEngineNamespaceDeleteEngineNamespaceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:ListAppBySwimmingLaneGroupTagsListAppBySwimmingLaneGroupTagslist
全部资源
*
mse:GetGatewayAuthDetailGetGatewayAuthDetailget
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListGatewayIsolationRuleListGatewayIsolationRulelist
全部资源
*
mse:ListEurekaServicesListEurekaServicesget
全部资源
*
mse:CloneSentinelRuleFromAhasCloneSentinelRuleFromAhascreate
全部资源
*
mse:CreatePluginConfigCreatePluginConfigcreate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:RemoveApplicationRemoveApplicationdelete
全部资源
*
mse:GetImageGetImageget
全部资源
*
mse:ListGatewayAuthConsumerListGatewayAuthConsumerlist
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:FetchLosslessRuleListFetchLosslessRuleListget
全部资源
*
mse:UpdateGatewayOptionUpdateGatewayOptionupdate
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:UpdateNacosInstanceUpdateNacosInstanceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:ListGatewayRouteOnAuthListGatewayRouteOnAuthlist
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:QueryInstancesInfoQueryInstancesInfoget
全部资源
*
mse:DeleteGatewayRouteDeleteGatewayRouteWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:DeleteNacosConfigsDeleteNacosConfigsWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:UpdateGatewayServiceVersionUpdateGatewayServiceVersionWrite
全部资源
*
mse:DeleteGatewayServiceVersionDeleteGatewayServiceVersionWrite
Gateway
acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
mse:ListZnodeChildrenListZnodeChildrenget
全部资源
*
mse:UpdateClusterUpdateClusterWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:GetServiceListGetServiceListget
全部资源
*
mse:CreateNacosServiceCreateNacosServiceget
全部资源
*
mse:DeleteCircuitBreakerRulesDeleteCircuitBreakerRulesdelete
全部资源
*
mse:ListZkTrackListZkTracklist
全部资源
*
mse:QueryClusterDiskSpecificationQueryClusterDiskSpecificationget
全部资源
*
mse:ExportNacosConfigExportNacosConfigget
Cluster
acs:mse:{#regionId}:{#AccountId}:instance/{#InstanceId}
mse:UpdateNacosServiceUpdateNacosServiceWrite
全部资源
*
mse:ListCircuitBreakerRulesListCircuitBreakerRuleslist
全部资源
*
mse:DeleteNacosInstanceDeleteNacosInstanceWrite
Cluster
acs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
mse:DeleteSwimmingLaneGroupDeleteSwimmingLaneGroupget
全部资源
*

资源(Resource)

下表是微服务引擎(MSE)定义的资源,这些资源可以在RAM权限策略语句的Resource元素中使用,用来授予对该资源执行具体操作的权限。 其中,资源ARN是资源在阿里云上的唯一标识。具体说明如下:
  • {#}为变量标识,需要您替换为实际值。例如:{#ramcode}需要您替换为实际的云服务RAM代码。
  • *表示全部。例如:
    • {#resourceType}*时:表示全部资源。
    • {#regionId}*时:表示全部地域。
    • {#accountId}*时:表示全部阿里云账号。
资源类型资源ARN
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#Region}:{#AccountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
GovernanceNamespaceacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceNamespaceacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
GovernanceNamespaceacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:gateway/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
GovernanceNamespaceacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
EngineNamespaceacs:mse:*:{#accountId}:enginenamespace/{#InstanceId}/{#Namespace}
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
GovernanceNamespaceacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}/application/{#AppName}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse::{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceNamespaceacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
GovernanceNamespaceacs:mse:{#regionId}:{#accountId}:namespace/{#Namespace}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:namespace/${Namespace}/application/${AppName}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:cluster/{#InstanceId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
GovernanceApplicationacs:mse:{#Region}:{#AccountId}:namespace/{#Namespace}/application/{#AppName}
acs:mse:{#regionId}:{#accountId}:*
Clusteracs:mse:{#regionId}:{#accountId}:instance/*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#AccountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Clusteracs:mse:{#regionId}:{#accountId}:instance/{#InstanceId}
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
acs:mse:{#regionId}:{#accountId}:*
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
Gatewayacs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}

条件(Condition)

微服务引擎(MSE)未定义产品级别的条件关键字。如需查看适用于所有云产品的通用条件关键字,请参见通用条件关键字

相关操作

您可以创建自定义权限策略,并将权限策略授予RAM用户、RAM用户组或RAM角色。具体操作如下: