訪問控制(RAM)是阿里云提供的管理用戶身份與資源訪問權(quán)限的服務(wù)。使用RAM可以讓您避免與其他用戶共享阿里云賬號(hào)密鑰,并可按需為用戶授予最小權(quán)限。RAM中使用權(quán)限策略描述授權(quán)的具體內(nèi)容。
本文為您介紹數(shù)據(jù)庫(kù)自治服務(wù)(DAS)為RAM權(quán)限策略定義的操作(Action)、資源(Resource)和條件(Condition)。數(shù)據(jù)庫(kù)自治服務(wù)(DAS)的RAM代碼(RamCode)為[{"popCode":"DAS","ramCodes":["hdm"]}],支持的授權(quán)粒度為OPERATION。
權(quán)限策略通用結(jié)構(gòu)
權(quán)限策略支持JSON格式,其通用結(jié)構(gòu)如下:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}
- Effect:權(quán)限策略效果。取值:Allow(允許)、Deny(拒絕)。
- Action:授予允許或拒絕權(quán)限的具體操作。具體信息,請(qǐng)參見操作(Action)。
- Resource:受操作影響的具體對(duì)象,您可以使用資源ARN來描述指定資源。具體信息,請(qǐng)參見資源(Resource)。
- Condition:指授權(quán)生效的條件。可選字段。具體信息,請(qǐng)參見條件(Condition)。
- Condition_operator:條件運(yùn)算符,不同類型的條件對(duì)應(yīng)不同的條件運(yùn)算符。具體信息,請(qǐng)參見權(quán)限策略基本元素。
- Condition_key:條件關(guān)鍵字。
- Condition_value:條件關(guān)鍵字對(duì)應(yīng)的值。
操作(Action)
下表是數(shù)據(jù)庫(kù)自治服務(wù)(DAS)定義的操作,這些操作可以在RAM權(quán)限策略語句的Action
元素中使用,用來授予執(zhí)行該操作的權(quán)限。下面對(duì)表中的具體項(xiàng)提供說明:- 操作:是指具體的權(quán)限點(diǎn)。
- API:是指操作對(duì)應(yīng)的API接口。
- 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。該列不體現(xiàn)適用于任何操作的通用條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | API | 訪問級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|---|
hdm:DeleteCloudBenchTask | DeleteCloudBenchTask | delete | 全部資源 * | 無 | 無 |
hdm:CreateStorageAnalysisTask | CreateStorageAnalysisTask | none | 全部資源 * | 無 | 無 |
hdm:CreateQueryOptimizeTag | CreateQueryOptimizeTag | update | 全部資源 * | 無 | 無 |
hdm:DescribeAutoScalingHistory | DescribeAutoScalingHistory | get | 全部資源 * | 無 | 無 |
hdm:DescribeCloudbenchTaskConfig | DescribeCloudbenchTaskConfig | get | 全部資源 * | 無 | 無 |
hdm:DisableAutoResourceOptimizeRules | DisableAutoResourceOptimizeRules | none | 全部資源 * | 無 | 無 |
hdm:AddHDMInstance | AddHDMInstance | create | 全部資源 * | 無 | 無 |
hdm:GetDeadLockDetailList | GetDeadLockDetailList | list | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeExecErrorStats | GetQueryOptimizeExecErrorStats | get | 全部資源 * | 無 | 無 |
hdm:DeleteStopGateway | DeleteStopGateway | delete | 全部資源 * | 無 | 無 |
hdm:GetRequestDiagnosisPage | GetRequestDiagnosisPage | get | 全部資源 * | 無 | 無 |
hdm:GetRequestDiagnosisResult | GetRequestDiagnosisResult | get | 全部資源 * | 無 | 無 |
hdm:DescribeAutoScalingConfig | DescribeAutoScalingConfig | get | 全部資源 * | 無 | 無 |
hdm:GetPfsMetricTrends | GetPfsMetricTrends | get | 全部資源 * | 無 | 無 |
hdm:GetInstanceMissingIndexList | GetInstanceMissingIndexList | list | 全部資源 * | 無 | 無 |
hdm:RunCloudBenchTask | RunCloudBenchTask | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeShareUrl | GetQueryOptimizeShareUrl | get | 全部資源 * | 無 | 無 |
hdm:DescribeSqlLogRecords | DescribeSqlLogRecords | list | 全部資源 * | 無 | 無 |
hdm:GetSqlOptimizeAdvice | GetSqlOptimizeAdvice | get | 全部資源 * | 無 | 無 |
hdm:UpdateAutoSqlOptimizeStatus | UpdateAutoSqlOptimizeStatus | update | 全部資源 * | 無 | 無 |
hdm:UpdateAutoResourceOptimizeRulesAsync | UpdateAutoResourceOptimizeRulesAsync | none | 全部資源 * | 無 | 無 |
hdm:GetAutoResourceOptimizeRules | GetAutoResourceOptimizeRules | none | 全部資源 * | 無 | 無 |
hdm:DescribeTopBigKeys | DescribeTopBigKeys | get | 全部資源 * | 無 | 無 |
hdm:GetEventSubscription | GetEventSubscription | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeTag | GetQueryOptimizeTag | get | 全部資源 * | 無 | 無 |
hdm:DescribeSqlLogConfig | DescribeSqlLogConfig | get | 全部資源 * | 無 | 無 |
hdm:DescribeSqlLogTask | DescribeSqlLogTask | get | 全部資源 * | 無 | 無 |
hdm:DescribeCloudbenchTask | DescribeCloudbenchTask | get | 全部資源 * | 無 | 無 |
hdm:GetErrorRequestSample | GetErrorRequestSample | get | 全部資源 * | 無 | 無 |
hdm:GetFullRequestSampleByInstanceId | GetFullRequestSampleByInstanceId | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeRuleList | GetQueryOptimizeRuleList | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeSolution | GetQueryOptimizeSolution | get | 全部資源 * | 無 | 無 |
hdm:DescribeDiagnosticReportList | DescribeDiagnosticReportList | get | 全部資源 * | 無 | 無 |
hdm:GetKillInstanceSessionTaskResult | GetKillInstanceSessionTaskResult | get | 全部資源 * | 無 | 無 |
hdm:GetAutonomousNotifyEventsInRange | GetAutonomousNotifyEventsInRange | get | 全部資源 * | 無 | 無 |
hdm:GetAutoIncrementUsageStatistic | GetAutoIncrementUsageStatistic | none | 全部資源 * | 無 | 無 |
hdm:GetDasProServiceUsage | GetDasProServiceUsage | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeDataStats | GetQueryOptimizeDataStats | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeDataTop | GetQueryOptimizeDataTop | get | 全部資源 * | 無 | 無 |
hdm:GetSqlConcurrencyControlKeywordsFromSqlText | GetSqlConcurrencyControlKeywordsFromSqlText | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeDataTrend | GetQueryOptimizeDataTrend | get | 全部資源 * | 無 | 無 |
hdm:GetPfsSqlSummaries | GetPfsSqlSummaries | get | 全部資源 * | 無 | 無 |
hdm:DescribeCloudBenchTasks | DescribeCloudBenchTasks | get | 全部資源 * | 無 | 無 |
hdm:EnableSqlConcurrencyControl | EnableSqlConcurrencyControl | create | 全部資源 * | 無 | 無 |
hdm:GetAutoThrottleRules | GetAutoThrottleRules | none | 全部資源 * | 無 | 無 |
hdm:ModifySqlLogConfig | ModifySqlLogConfig | update | 全部資源 * | 無 | 無 |
hdm:GetDeadlockHistogram | GetDeadlockHistogram | none | 全部資源 * | 無 | 無 |
hdm:GetAutonomousNotifyEventContent | GetAutonomousNotifyEventContent | get | 全部資源 * | 無 | 無 |
hdm:CreateCacheAnalysisJob | CreateCacheAnalysisJob | create | 全部資源 * | 無 | 無 |
hdm:DisableAutoThrottleRules | DisableAutoThrottleRules | none | 全部資源 * | 無 | 無 |
hdm:GetDBInstanceConnectivityDiagnosis | GetDBInstanceConnectivityDiagnosis | get | 全部資源 * | 無 | 無 |
hdm:DisableDasPro | DisableDasPro | delete | 全部資源 * | 無 | 無 |
hdm:DescribeCacheAnalysisJobs | DescribeCacheAnalysisJobs | get | 全部資源 * | 無 | 無 |
hdm:CreateRequestDiagnosis | CreateRequestDiagnosis | create | 全部資源 * | 無 | 無 |
hdm:GetRedisAllSession | GetRedisAllSession | get | 全部資源 * | 無 | 無 |
hdm:GetMySQLAllSessionAsync | GetMySQLAllSessionAsync | get | 全部資源 * | 無 | 無 |
hdm:GetAsyncErrorRequestStatByCode | GetAsyncErrorRequestStatByCode | get | 全部資源 * | 無 | 無 |
hdm:GetStorageAnalysisResult | GetStorageAnalysisResult | none | 全部資源 * | 無 | 無 |
hdm:GetInstanceSqlOptimizeStatistic | GetInstanceSqlOptimizeStatistic | get | 全部資源 * | 無 | 無 |
hdm:GetDasSQLLogHotData | GetDasSQLLogHotData | get | 全部資源 * | 無 | 無 |
hdm:GetQueryOptimizeExecErrorSample | GetQueryOptimizeExecErrorSample | get | 全部資源 * | 無 | 無 |
hdm:GetBlockingDetailList | GetBlockingDetailList | list | 全部資源 * | 無 | 無 |
hdm:ModifyAutoScalingConfig | ModifyAutoScalingConfig | update | 全部資源 * | 無 | 無 |
hdm:KillInstanceAllSession | KillInstanceAllSession | update | 全部資源 * | 無 | 無 |
hdm:CreateCloudBenchTasks | CreateCloudBenchTasks | create | 全部資源 * | 無 | 無 |
hdm:DescribeTopHotKeys | DescribeTopHotKeys | get | 全部資源 * | 無 | 無 |
hdm:GetSqlConcurrencyControlRulesHistory | GetSqlConcurrencyControlRulesHistory | get | 全部資源 * | 無 | 無 |
hdm:CreateDiagnosticReport | CreateDiagnosticReport | create | 全部資源 * | 無 | 無 |
hdm:CreateKillInstanceSessionTask | CreateKillInstanceSessionTask | create | 全部資源 * | 無 | 無 |
hdm:GetMongoDBCurrentOp | GetMongoDBCurrentOp | 全部資源 * | 無 | 無 | |
hdm:DescribeSqlLogStatistic | DescribeSqlLogStatistic | get | 全部資源 * | 無 | 無 |
hdm:CreateSqlLogTask | CreateSqlLogTask | create | 全部資源 * | 無 | 無 |
hdm:GetFullRequestStatResultByInstanceId | GetFullRequestStatResultByInstanceId | get | 全部資源 * | 無 | 無 |
hdm:DescribeSqlLogTasks | DescribeSqlLogTasks | list | 全部資源 * | 無 | 無 |
hdm:UpdateAutoThrottleRulesAsync | UpdateAutoThrottleRulesAsync | none | 全部資源 * | 無 | 無 |
hdm:DescribeInstanceDasPro | DescribeInstanceDasPro | get | 全部資源 * | 無 | 無 |
hdm:DisableAllSqlConcurrencyControlRules | DisableAllSqlConcurrencyControlRules | update | 全部資源 * | 無 | 無 |
hdm:DisableSqlConcurrencyControl | DisableSqlConcurrencyControl | update | 全部資源 * | 無 | 無 |
hdm:GetRunningSqlConcurrencyControlRules | GetRunningSqlConcurrencyControlRules | get | 全部資源 * | 無 | 無 |
hdm:GetInstanceInspections | GetInstanceInspections | get | 全部資源 * | 無 | 無 |
hdm:GetAsyncErrorRequestStatResult | GetAsyncErrorRequestStatResult | get | 全部資源 * | 無 | 無 |
hdm:DescribeHotBigKeys | DescribeHotBigKeys | get | 全部資源 * | 無 | 無 |
hdm:DisableInstanceDasConfig | DisableInstanceDasConfig | update | 全部資源 * | 無 | 無 |
hdm:GetPfsSqlSample | GetPfsSqlSample | get | 全部資源 * | 無 | 無 |
hdm:DescribeCacheAnalysisJob | DescribeCacheAnalysisJob | get | 全部資源 * | 無 | 無 |
hdm:DescribeHotKeys | DescribeHotKeys | get | 全部資源 * | 無 | 無 |
hdm:GetPartitionsHeatmap | GetPartitionsHeatmap | get | 全部資源 * | 無 | 無 |
hdm:GetFullRequestOriginStatByInstanceId | GetFullRequestOriginStatByInstanceId | get | 全部資源 * | 無 | 無 |
hdm:GetAsyncErrorRequestListByCode | GetAsyncErrorRequestListByCode | get | 全部資源 * | 無 | 無 |
資源(Resource)
數(shù)據(jù)庫(kù)自治服務(wù)(DAS)不支持在RAM權(quán)限策略語句的
Resource
中指定資源ARN。如果要允許對(duì)數(shù)據(jù)庫(kù)自治服務(wù)(DAS)的訪問權(quán)限,請(qǐng)?jiān)诓呗哉Z句中指定"Resource": "*"
。條件(Condition)
數(shù)據(jù)庫(kù)自治服務(wù)(DAS)未定義產(chǎn)品級(jí)別的條件關(guān)鍵字。如需查看適用于所有云產(chǎn)品的通用條件關(guān)鍵字,請(qǐng)參見通用條件關(guān)鍵字。