授权信息

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

权限策略通用结构

权限策略支持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)

下表是云原生数据库 PolarDB定义的操作,这些操作可以在RAM权限策略语句的Action元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:
  • 操作:是指具体的权限点。
  • API:是指操作对应的API接口。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用前面加 * 表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作API访问级别资源类型条件关键字关联操作
操作API访问级别资源类型条件关键字关联操作
polardb:CancelActiveOperationTasksCancelActiveOperationTasksdelete
*全部资源
*
polardb:CancelScheduleTasksCancelScheduleTasksupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CheckAccountNameCheckAccountNameget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CheckDBNameCheckDBNameget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CheckKMSAuthorizedCheckKMSAuthorizedget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CloseAITaskCloseAITaskupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CloseDBClusterMigrationCloseDBClusterMigrationupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateAccountCreateAccountcreate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateActivationCodeCreateActivationCodecreate
*全部资源
*
polardb:CreateBackupCreateBackupcreate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateColdStorageInstanceCreateColdStorageInstancecreate
*ColdStorageInstance
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:CreateDBClusterCreateDBClustercreate
*全部资源
*
polardb:EncryptionRequired
polardb:CreateDBClusterEndpointCreateDBClusterEndpointcreate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CreateDBEndpointAddressCreateDBEndpointAddresscreate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDBLinkCreateDBLinkcreate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:CreateDBNodesCreateDBNodescreate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDatabaseCreateDatabasecreate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CreateGlobalDatabaseNetworkCreateGlobalDatabaseNetworkcreate
*GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:CreateGlobalSecurityIPGroupCreateGlobalSecurityIPGroupcreate
*全部资源
*
polardb:CreateOrGetVirtualLicenseOrderCreateOrGetVirtualLicenseOrdercreate
*全部资源
*
polardb:CreateParameterGroupCreateParameterGroupcreate
*全部资源
*
polardb:CreateStoragePlanCreateStoragePlancreate
*全部资源
*
polardb:DeleteAccountDeleteAccountdelete
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteBackupDeleteBackupdelete
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteDBClusterDeleteDBClusterdelete
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteDBClusterEndpointDeleteDBClusterEndpointdelete
*Endpoint
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DeleteDBEndpointAddressDeleteDBEndpointAddressdelete
*Endpoint
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DeleteDBLinkDeleteDBLinkdelete
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DeleteDBNodesDeleteDBNodesdelete
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteDatabaseDeleteDatabasedelete
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DeleteGlobalDatabaseNetworkDeleteGlobalDatabaseNetworkdelete
*GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DeleteGlobalSecurityIPGroupDeleteGlobalSecurityIPGroupdelete
*全部资源
*
polardb:DeleteMaskingRulesDeleteMaskingRulesdelete
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DeleteParameterGroupDeleteParameterGroupdelete
*全部资源
*
polardb:DescribeAITaskStatusDescribeAITaskStatusget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeAccountsDescribeAccountsget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeActivationCodeDetailsDescribeActivationCodeDetailsget
*全部资源
*
polardb:DescribeActivationCodesDescribeActivationCodesget
*全部资源
*
polardb:DescribeActiveOperationTasksDescribeActiveOperationTasksget
*全部资源
*
polardb:DescribeAutoRenewAttributeDescribeAutoRenewAttributelist
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeBackupLogsDescribeBackupLogsget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeBackupPolicyDescribeBackupPolicyget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeBackupTasksDescribeBackupTasksget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeBackupsDescribeBackupsget
*Backup
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DBClusterId}
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeClassListDescribeClassListget
*全部资源
*
polardb:DescribeDBClusterAccessWhitelistDescribeDBClusterAccessWhitelistget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClusterAttributeDescribeDBClusterAttributeget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClusterAuditLogCollectorDescribeDBClusterAuditLogCollectorget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterConnectivityDescribeDBClusterConnectivityget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeDBClusterEndpointsDescribeDBClusterEndpointsget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterMigrationDescribeDBClusterMigrationget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterMonitorDescribeDBClusterMonitorget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterParametersDescribeDBClusterParametersget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterPerformanceDescribeDBClusterPerformanceget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterSSLDescribeDBClusterSSLget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterServerlessConfDescribeDBClusterServerlessConfget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeDBClusterTDEDescribeDBClusterTDEget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterVersionDescribeDBClusterVersionget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClustersDescribeDBClusterslist
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClustersWithBackupsDescribeDBClustersWithBackupsget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:DescribeDBInitializeVariableDescribeDBInitializeVariableget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBLinksDescribeDBLinksget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBNodePerformanceDescribeDBNodePerformanceget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBNodesParametersDescribeDBNodesParametersget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBProxyPerformanceDescribeDBProxyPerformanceget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDasConfigDescribeDasConfigget
*DBCluster
acs:polardb:{#regionId}:{#AccountId}:dbcluster/{#DbClusterId}
polardb:DescribeDatabasesDescribeDatabasesget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDetachedBackupsDescribeDetachedBackupsget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DescribeGlobalDatabaseNetworkDescribeGlobalDatabaseNetworkget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeGlobalDatabaseNetworksDescribeGlobalDatabaseNetworksget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:DescribeGlobalSecurityIPGroupDescribeGlobalSecurityIPGroupget
*全部资源
*
polardb:DescribeGlobalSecurityIPGroupRelationDescribeGlobalSecurityIPGroupRelationget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeLicenseOrderDetailsDescribeLicenseOrderDetailsget
*全部资源
*
polardb:DescribeLicenseOrdersDescribeLicenseOrdersget
*全部资源
*
polardb:DescribeLogBackupPolicyDescribeLogBackupPolicyget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeMaskingRulesDescribeMaskingRulesget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeMetaListDescribeMetaListget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeParameterGroupDescribeParameterGroupget
*全部资源
*
polardb:DescribeParameterGroupsDescribeParameterGroupsget
*全部资源
*
polardb:DescribeParameterTemplatesDescribeParameterTemplatesget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:DescribePendingMaintenanceActionDescribePendingMaintenanceActionget
*全部资源
*
polardb:DescribePendingMaintenanceActionsDescribePendingMaintenanceActionsget
*全部资源
*
polardb:DescribePolarSQLCollectorPolicyDescribePolarSQLCollectorPolicyget
*全部资源
*
polardb:DescribeScheduleTasksDescribeScheduleTasksget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeSlowLogRecordsDescribeSlowLogRecordsget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeSlowLogsDescribeSlowLogsget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeTasksDescribeTasksget
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeUserEncryptionKeyListDescribeUserEncryptionKeyListget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeVSwitchesDescribeVSwitchesget
*全部资源
*
polardb:DisableDBClusterServerlessDisableDBClusterServerlessWrite
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:EnableDBClusterServerlessEnableDBClusterServerlessWrite
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:FailoverDBClusterFailoverDBClusterupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:GrantAccountPrivilegeGrantAccountPrivilegeupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ListTagResourcesListTagResourcesget
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:ManuallyStartDBClusterManuallyStartDBClusterupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyAccountDescriptionModifyAccountDescriptionupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyAccountPasswordModifyAccountPasswordupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyActiveOperationTasksModifyActiveOperationTasksupdate
*全部资源
*
polardb:ModifyAutoRenewAttributeModifyAutoRenewAttributeupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyBackupPolicyModifyBackupPolicyupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterModifyDBClusterupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ModifyDBClusterAccessWhitelistModifyDBClusterAccessWhitelistupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterAndNodesParametersModifyDBClusterAndNodesParametersupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterAuditLogCollectorModifyDBClusterAuditLogCollectorupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterDeletionModifyDBClusterDeletionupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyDBClusterDescriptionModifyDBClusterDescriptionupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterEndpointModifyDBClusterEndpointupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterMaintainTimeModifyDBClusterMaintainTimeupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterMigrationModifyDBClusterMigrationupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterMonitorModifyDBClusterMonitorupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterParametersModifyDBClusterParametersupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterPrimaryZoneModifyDBClusterPrimaryZoneupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterSSLModifyDBClusterSSLupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyDBClusterServerlessConfModifyDBClusterServerlessConfupdate
*DBCluster
acs:polardb:*:{#accountId}:{#resource-type}/*
polardb:ModifyDBClusterStoragePerformanceModifyDBClusterStoragePerformanceupdate
*全部资源
*
polardb:ModifyDBClusterStorageSpaceModifyDBClusterStorageSpaceupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyDBClusterTDEModifyDBClusterTDEupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyDBDescriptionModifyDBDescriptionupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBEndpointAddressModifyDBEndpointAddressupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBNodeClassModifyDBNodeClassupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyDBNodeHotReplicaModeModifyDBNodeHotReplicaModeupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyDBNodesClassModifyDBNodesClassupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyDBNodesParametersModifyDBNodesParametersupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyGlobalDatabaseNetworkModifyGlobalDatabaseNetworkupdate
*GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ModifyGlobalSecurityIPGroupModifyGlobalSecurityIPGroupupdate
*全部资源
*
polardb:ModifyGlobalSecurityIPGroupNameModifyGlobalSecurityIPGroupNameupdate
*全部资源
*
polardb:ModifyGlobalSecurityIPGroupRelationModifyGlobalSecurityIPGroupRelationupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyLogBackupPolicyModifyLogBackupPolicyupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyMaskingRulesModifyMaskingRulesupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyPendingMaintenanceActionModifyPendingMaintenanceActionupdate
*全部资源
*
polardb:OpenAITaskOpenAITaskupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:RemoveDBClusterFromGDNRemoveDBClusterFromGDNdelete
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ResetAccountResetAccountupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ResetGlobalDatabaseNetworkResetGlobalDatabaseNetworkupdate
*GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:RestartDBLinkRestartDBLinknone
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:RestartDBNodeRestartDBNodeupdate
*DBNode
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:RestoreTableRestoreTableupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:RevokeAccountPrivilegeRevokeAccountPrivilegeupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:SwitchOverGlobalDatabaseNetworkSwitchOverGlobalDatabaseNetworkupdate
*GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:TagResourcesTagResourcescreate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:TempModifyDBNodeTempModifyDBNodeupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:TransformDBClusterPayTypeTransformDBClusterPayTypeupdate
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:UntagResourcesUntagResourcesdelete
*DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:UpgradeDBClusterVersionUpgradeDBClusterVersionupdate
*dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}

资源(Resource)

下表是云原生数据库 PolarDB定义的资源,这些资源可以在RAM权限策略语句的Resource元素中使用,用来授予对该资源执行具体操作的权限。 其中,资源ARN是资源在阿里云上的唯一标识。具体说明如下:
  • {#}为变量标识,需要您替换为实际值。例如:{#ramcode}需要您替换为实际的云服务RAM代码。
  • *表示全部。例如:
    • {#resourceType}*时:表示全部资源。
    • {#regionId}*时:表示全部地域。
    • {#accountId}*时:表示全部阿里云账号。
资源类型资源ARN
资源类型资源ARN
Account
  • acs:polardb:*:{#accountId}:account/{#AccountName}/{#DBClusterId}
  • acs:polardb:*:{#accountId}:account/{#AccountId}
Backup
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DBClusterId}
  • acs:polardb:{#regionId}:{#accountId}:backup/{#DBClusterId}
ColdStorageInstance
  • acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
  • acs:polardb:*:{#accountId}:coldstorageinstance/{#OssClusterId}
DBCluster
  • acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
  • acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
  • acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
  • acs:polardb:*:{#accountId}:{#resource-type}/*
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
  • acs:polardb:*:{#accountId}:{#resource-type}/{#resource-id}
  • acs:polardb:*:{#accountId}:dbcluster/{#dbclusterId}
DBClusterParameter
  • acs:polardb:*:{#accountId}:dbclusterparameter/{#ParameterGroupId}
DBNode
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
  • acs:polardb:{#regionId}:{#accountId}:dbnode/{#DBNodeId}
  • acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
Endpoint
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
GlobalDatabaseNetwork
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
ParameterGroup
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
dbcluster
  • acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
  • acs:polardb:{#regionId}:{#accountId}:dbcluster/*
  • acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}

条件(Condition)

下表是云原生数据库 PolarDB定义的产品级条件关键字,这些条件关键字可以在RAM权限策略语句的Condition元素中使用,用来描述授予权限的条件。以下仅列举产品级的条件关键字,阿里云定义的通用条件关键字也同样适用云原生数据库 PolarDB
其中,数据类型决定了您可以使用哪些条件运算符将请求中的值与权限策略语句中的值进行比较。您必须使用与数据类型匹配的条件运算符,否则无法匹配策略语句,授权行为无效。数据类型与条件运算符的对应关系,请参见条件操作类型
条件关键字描述类型
条件关键字描述类型
polardb:EncryptionRequired创建时是否需要开启TDEBoolean

相关操作

您可以创建自定义权限策略,并将权限策略授予RAM用户、RAM用户组或RAM角色。具体操作如下:
  • 本页导读 (1)
  • 权限策略通用结构
  • 操作(Action)
  • 资源(Resource)
  • 条件(Condition)
  • 相关操作