All Products
Search
Document Center

Application Real-Time Monitoring Service:RAM authorization

Last Updated:Nov 05, 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 ARMS. You can use the elements to create policies in RAM. The code (RamCode) in RAM that is used to indicate ARMS is arms,xtrace. You can grant permissions on ARMS 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

ARMS 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
arms:GetOnCallSchedulesDetailGetOnCallSchedulesDetailnone
All Resources
*
NoneNone
arms:DeleteContactDeleteIMRobotnone
All Resources
*
NoneNone
arms:CreateAlertRulesCreateOrUpdateAlertRulecreate
AlertRule
acs:arms:{#regionId}:{#AccountId}:alertrule/{#AlertRuled}
NoneNone
arms:CreateContactCreateOrUpdateWebhookContactnone
All Resources
*
NoneNone
arms:CreateDispatchRuleCreateOrUpdateNotificationPolicynone
All Resources
*
NoneNone
arms:ListEventBridgeIntegrationsListEventBridgeIntegrationsnone
All Resources
*
NoneNone
arms:CreateContactCreateOrUpdateContactnone
All Resources
*
NoneNone
arms:CreateContactGroupCreateOrUpdateContactGroupnone
All Resources
*
NoneNone
arms:SearchContactDescribeContactsnone
All Resources
*
NoneNone
arms:ListDispatchRuleListEscalationPoliciesnone
All Resources
*
NoneNone
arms:GetAlertRulesGetAlertRulesget
All Resources
*
NoneNone
arms:GetAlarmHistoriesListAlertsnone
All Resources
*
NoneNone
arms:CreateDispatchRuleCreateOrUpdateSilencePolicynone
All Resources
*
NoneNone
arms:SearchContactDescribeIMRobotsnone
All Resources
*
NoneNone
arms:CreateIntegrationCreateIntegrationnone
All Resources
*
NoneNone
arms:DeleteDispatchRuleDeleteNotificationPolicynone
All Resources
*
NoneNone
arms:ListIntegrationListIntegrationnone
All Resources
*
NoneNone
arms:OpenArmsDefaultSLROpenArmsDefaultSLRnone
All Resources
*
NoneNone
arms:BlockAlarmNotificationBlockAlarmNotificationcreate
All Resources
*
NoneNone
arms:DeleteEventBridgeIntegrationDeleteEventBridgeIntegrationnone
All Resources
*
NoneNone
arms:ClaimAlarmClaimAlarmcreate
All Resources
*
NoneNone
arms:DeleteContactGroupDeleteContactGroupnone
All Resources
*
NoneNone
arms:OpenXtraceDefaultSLROpenXtraceDefaultSLRnone
All Resources
*
NoneNone
arms:UpdateContactSendTTSVerifyLinknone
All Resources
*
NoneNone
arms:UntagResourcesUntagResourcesupdate
All Resources
*
NoneNone
arms:DeleteSilencePolicyDeleteSilencePolicynone
All Resources
*
NoneNone
arms:ListAlertEventsListAlertEventsnone
All Resources
*
NoneNone
arms:DeleteContactDeleteWebhookContactnone
All Resources
*
NoneNone
arms:ChangeAlarmSeverityChangeAlarmSeveritycreate
All Resources
*
NoneNone
arms:OpenArmsServiceOpenArmsServiceSecondVersionnone
All Resources
*
NoneNone
arms:ChangeResourceGroupChangeResourceGroupupdate
Prometheus
acs:arms:{#regionId}:{#accountId}:prometheus/{#ClusterId}
RetcodeApp
acs:arms:{#regionId}:{#accountId}:retcodeapp/{#Pid}
TraceApp
acs:arms:{#regionId}:{#accountId}:traceapp/{#Pid}
Environment
acs:arms:{#regionId}:{#accountId}:environment/{#EnvironmentId}
GrafanaWorkspace
acs:arms:{#regionId}:{#accountId}:grafanaworkspace/{#GrafanaWorkspaceId}
XTraceApp
acs:arms:{#regionId}:{#accountId}:xtraceapp/{#Pid}
NoneNone
arms:CreateOrUpdateEventBridgeIntegrationCreateOrUpdateEventBridgeIntegrationnone
All Resources
*
NoneNone
arms:DeleteAlertRulesDeleteAlertRuledelete
AlertRule
acs:arms:{#regionId}:{#accountId}:AlertRule/{#AlertRuled}
NoneNone
arms:SearchContactGroupDescribeContactGroupsnone
All Resources
*
NoneNone
arms:CreateContactCreateOrUpdateIMRobotnone
All Resources
*
NoneNone
arms:DeleteContactDeleteContactnone
All Resources
*
NoneNone
arms:CloseAlarmCloseAlarmcreate
All Resources
*
NoneNone
arms:ListDispatchRuleListNotificationPoliciesnone
All Resources
*
NoneNone
arms:UpdateIntegrationUpdateIntegrationnone
All Resources
*
NoneNone
arms:TagResourcesTagResourcesupdate
Prometheus
acs:arms:{#regionId}:{#accountId}:prometheus/{#ClusterId}
RetcodeApp
acs:arms:{#regionId}:{#accountId}:retcodeapp/{#Pid}
TraceApp
acs:arms:{#regionId}:{#accountId}:traceapp/{#Pid}
Environment
acs:arms:{#regionId}:{#accountId}:environment/{#EnvironmentId}
GrafanaWorkspace
acs:arms:{#regionId}:{#accountId}:grafanaworkspace/{#GrafanaWorkspaceId}
NoneNone
arms:SearchContactDescribeWebhookContactsnone
All Resources
*
NoneNone
arms:ListDispatchRuleListOnCallSchedulesnone
All Resources
*
NoneNone
arms:ListDispatchRuleListSilencePoliciesnone
All Resources
*
NoneNone

Resource

ARMS 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
Prometheusacs:arms:{#regionId}:{#accountId}:prometheus/{#clusterId}
Environmentacs:arms:{#regionId}:{#accountId}:environment/{#environmentId}
XTraceAppacs:arms:{#regionId}:{#accountId}:xtraceapp/*
Prometheusacs:arms:{#regionId}:{#accountId}:prometheus/{#ClusterId}
Prometheusacs:arms:{#regionId}:{#accountId}:prometheus/*
AlertRuleacs:arms:{#regionId}:{#AccountId}:alertrule/{#AlertRuled}
TraceAppacs:arms:{#regionId}:{#accountId}:traceapp/{#Pid}
Environmentacs:arms:{#regionId}:{#accountId}:environment/*
GrafanaWorkspaceacs:arms:{#regionId}:{#accountId}:grafanaworkspace/{#GrafanaWorkspaceId}
GrafanaWorkspaceacs:arms:{#regionId}:{#accountId}:grafanaworkspace/*
XTraceAppacs:arms:{#regionId}:{#accountId}:xtraceapp/{#Pid}
RetcodeAppacs:arms:{#regionId}:{#accountId}:retcodeapp/{#Pid}
Prometheusacs:arms:{#regionId}:{#accountId}:Prometheus/{#ClusterId}
Prometheusacs:arms:{#regionId}:{#accountId}:Prometheus/*
TraceAppacs:arms:{#regionId}:{#accountId}:traceapp/*
PrometheusAlertRuleacs:arms:{#regionId}:{#accountId}:prometheusalertrule/{#ClusterId}/{#PrometheusAlertRuleId}
Prometheusacs:arms:{#regionId}:{#accountId}:prometheus/{#prometheusId}
PrometheusAlertRuleacs:arms:${Region}:${AccountId}:prometheus/${ClusterId}/prometheusalertrule/*
PrometheusMonitoringacs:arms:{#regionId}:{#accountId}:prometheus/{#clusterId}/monitoring/{#type}/*
RetcodeAppacs:arms:{#regionId}:{#accountId}:retcodeapp/*
PrometheusAlertRuleacs:arms:${Region}:${AccountId}:prometheus/${ClusterId}/prometheusalertrule/${PrometheusAlertRuleId}
SyntheticTaskacs:arms:{#regionId}:{#accountId}:synthetictask/{#TaskId}
AlertRuleacs:arms:{#regionId}:{#AccountId}:AlertRule/*
SyntheticTaskacs:arms:{#regionId}:{#accountId}:*
AgentInfoacs:arms:{#regionId}:{#accountId}:
TraceAppacs:arms:{#regionId}:{#AccountId}:traceapp/{#Pid}
IntegrationExporteracs:arms:${Region}:${AccountId}:prometheus/${ClusterId}/integrationexporter/*
RetcodeAppacs:arms:{#regionId}:{#AccountId}:retcodeapp/{#Pid}
Prometheusacs:arms:{#regionId}:{#AccountId}:prometheus/{#ClusterId}
GrafanaWorkspaceacs:arms:{#regionId}:{#AccountId}:grafanaworkspace/{#GrafanaWorkspaceId}
SyntheticTaskacs:arms:{#regionId}:{#AccountId}:synthetictask/{#TaskId}
GrafanaWorkspaceacs:arms:{#regionId}:{#AccountId}:grafanaworkspace/*
SyntheticTaskacs:arms:{#regionId}:{#accountId}:synthetictask/*
IntegrationExporteracs:arms:{#regionId}:{#accountId}:prometheus/{#clusterId}
Rumacs:arms:{#regionId}:{#accountId}:rum/*
PrometheusMonitoringacs:arms:{#regionId}:{#accountId}:prometheus/{#clusterId}/monitoring/{#type}/{#monitoringName}/*
Environmentacs:arms:{#regionId}:{#accountId}:environment/{#EnvironmentId}
RetcodeAppacs:arms:{#regionId}:{#accountId}:retcodeapp/{#RetcodeAppId}
Prometheusacs:arms:{#regionId}:{#accountId}:Prometheus/#{ClusterId}
IntegrationExporteracs:arms:{#regionId}:{#accountId}:prometheus/{#ClusterId}
PrometheusMonitoringacs:arms:{#regionId}:{#accountId}:prometheus/{#clusterId}/monitoring/{#type}/{#monitoringName}
AlertRuleacs:arms:{#regionId}:{#accountId}:AlertRule/{#AlertRuled}
PrometheusMonitoringacs:arms:{#regionId}:{#accountId}:prometheus/{#clusterId}/monitoring/*
PrometheusMonitoringacs:arms:{#regionId}:{#accountId}:prometheus/{#ClusterId}
PrometheusAlertRuleacs:arms:{#regionId}:${AccountId}:prometheus/${ClusterId}/prometheusalertrule/*

Condition

ARMS 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: