Resource Access Management (RAM) is a Alibaba Cloud service for centrally managing user identities and resource access permissions. It enables secure resource permission delegation by issuing distinct AccessKey pairs to each RAM user. Access policies enforce least-privilege principles, ensuring users only obtain permissions explicitly defined for their operational needs. This topic describes the general structure of a RAM policy, and the policy statement elements (Action, Resource, and Condition) defined by Web Application Firewall .
General structure of a RAM policy
RAM policies use JSON format with the following structure:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}
Element | Required | Description | |
Version | Yes | The policy version number. It is fixed at 1. | |
Statement | Effect | Yes | Specifies the authorization result. Valid values: Allow and Deny. When both Allow and Deny statements are present in a RAM policy, the Deny statement takes precedence. |
Action | Yes | Specifies one or more operations that are allowed or denied. For details on the Action defined by placeholder-${productName}, see Action. | |
Resource | Yes | Specifies the resources operated by the action, uniquely identified by the resource Alibaba Cloud Resource Names (ARNs). For details on the Resource defined by placeholder-${productName}, see Resource. | |
Condition | Optional | Specifies one or more conditions required for the policy to take effect. For details on the Resource defined by placeholder-${productName}, see Condition. |
The supported authorization granularity of placeholder-${productName} is placeholder-${ramLevel}.
Action
The table below lists the available actions for placeholder-${productName}. You can specify these actions in a RAM policy to grant permissions to perform an operation.
The table's columns are detailed below:
Action: The values that you can use in the
Action
element of a RAM policy statement.API: The API that you can call to perform the action.
Access level: The predefined level of access granted for the operation. Valid values: Create, List, Get, Update, and Delete.
Rsource type: The resource types that support authorization to perform this action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.
For operations where resource-level permissions are unavailable, it is shown as All Resources. You need to use an asterisk (*) in the
Resource
element of the policy.For operations with resource-level permissions, required resource types are marked with an asterisk (*). You must specify the corresponding resource ARN in the
Resource
element of the policy. For details on the ARN format, see Resource.
Condition key: The condition keys defined by placeholder-${productName}, which can be used in the
Condition
element of the policy. The key allows for granular control, applying to either actions alone or actions associated with specific resources. For more information about theCondition
element, see Condition.Dependent action: Dependent actions required to run the action. The requester must have permissions for all dependent actions.
Action | API | Access level | Resource type | Conditon key | Dependent action |
ram:ClearAccountAlias | ClearAccountAlias | Update | *Unrestricted
Policy
| ram:TrustedPrincipalTypes ram:ServiceNames | None |
Resource
The table below lists the resources available for placeholder-${productName}. You can specify them in the Resource
element of RAM policy statements to grant permissions for specific operations. They are uniquely identified by Alibaba Cloud Resource Names (ARNs). Format: acs:{#ramcode}:{#regionId}:{#accountId}:{#resourceType}
:
acs
: The initialism of Alibaba Cloud service, which indicates the public cloud of Alibaba Cloud.{#ramcode}
: The code used in RAM to indicate an Alibaba Cloud service. The code for placeholder-${productName} is placeholder-${ramCodes?join("、")}.{#regionId}
: The region ID. If the resource covers all regions, set it to an asterisk (*).{#accountId}
: The ID of the Alibaba Cloud account. If the resource covers all Alibaba Cloud accounts, set it to an asterisk (*).{#resourceType}
: The service-defined resource identifier. It supports a hierarchical structure, which is similar to a file path. If the statement covers global resources, set it to an asterisk (*).
Resource type | ARN |
Instance | acs:yundun-waf:{#regionId}:{#accountId}:instance/{#InstanceId} |
Condition
The table below lists the conditions available for placeholder-${productName}. You can also use Alibaba Cloud's condition keys for placeholder-${productName}. These keys must be specified in the Condition
element of RAM policy statements to define granular authorization rules.
Condition_operator: Specifies the conditional operators compatible with the data type of the condition key. Mismatched operators will invalidate the policy. See Condition_operator for valid combinations.
Condition_key: The format of a condition key specific to an Alibaba Cloud service is
{#ramcode}:{#condition-key}
. You need to define a date type (such as string, number, and time) for each condition key. The data type determines the available condition operators for comparing request and policy values. In the condition key, you can specify the condition values in theCondition_value
element of the policy.
Condition key | Description | Type |
ecs:ImagePlatform | Operating system type of the image | String |
yundun-waf:DescribeNotices | DescribeNotices | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCerts | DescribeCerts | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSlsAuthStatus | DescribeSlsAuthStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseGroupValidResources | DescribeDefenseGroupValidResources | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBaseCustomRules | DescribeBaseCustomRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefaultHttps | ModifyDefaultHttps | update |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteLogDeliveryConfig | DeleteLogDeliveryConfig | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEventTargetDistribute | DescribeThreatEventTargetDistribute | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUnprotectAssetSubDomainStatisticsInfo | DescribeUnprotectAssetSubDomainStatisticsInfo | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDefenseTemplate | CreateDefenseTemplate | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudPullLuaSdk | DescribeHybridCloudPullLuaSdk | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAclStatisticsInfo | DescribeAclStatisticsInfo | list |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyMigrateDomainsGrayscale | ModifyMigrateDomainsGrayscale | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourceLogFieldConfig | DescribeResourceLogFieldConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseResourceXff | ModifyDefenseResourceXff | update |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:ModifyHybridCloudGroupExpansionServer | ModifyHybridCloudGroupExpansionServer | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseTemplate | DescribeDefenseTemplate | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseRuleStatus | ModifyDefenseRuleStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyPrepayWafLogStatus | ModifyPrepayWafLogStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEvent | DescribeThreatEvent | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSlsLogStore | DescribeSlsLogStore | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribePunishedDomains | DescribePunishedDomains | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotProtectionTestResult | DescribeBotProtectionTestResult | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeNetworkFlowTopNMetric | DescribeNetworkFlowTopNMetric | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserTraffic | DescribeUserTraffic | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyElasticityWafLogStatus | ModifyElasticityWafLogStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleHitsTopClientIp | DescribeRuleHitsTopClientIp | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseTemplateValidGroups | DescribeDefenseTemplateValidGroups | list |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseResourceGroup | ModifyDefenseResourceGroup | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveStatistic | DescribeSensitiveStatistic | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecProtectionGroups | DescribeApisecProtectionGroups | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBlockRequestInfo | DescribeBlockRequestInfo | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudLogDockingConfig | DescribeHybridCloudLogDockingConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteApisecAbnormals | DeleteApisecAbnormals | delete |
*All Resource
* |
无 | 无 |
yundun-waf:CreateMigrateCloudNativeResource | CreateMigrateCloudNativeResource | create |
*All Resource
* |
无 | 无 |
yundun-waf:CreateSM2Cert | CreateSM2Cert | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribePocFunctions | DescribePocFunctions | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCloudNativeOpenInstanceNumber | DescribeCloudNativeOpenInstanceNumber | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateMemberAccounts | CreateMemberAccounts | create |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudServer | ModifyHybridCloudServer | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudPullPostXagentRule | DescribeHybridCloudPullPostXagentRule | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveDetectionResult | DescribeSensitiveDetectionResult | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudSupportRegions | DescribeHybridCloudSupportRegions | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteMajorProtectionBlackIp | DeleteMajorProtectionBlackIp | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResourceGroups | DescribeDefenseResourceGroups | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleHitsTopRuleId | DescribeRuleHitsTopRuleId | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyUserLogFieldConfig | ModifyUserLogFieldConfig | update |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyRuleGroup | ModifyRuleGroup | update |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteDefenseResourceGroup | DeleteDefenseResourceGroup | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFlowChart | DescribeFlowChart | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseTemplateStatus | ModifyDefenseTemplateStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeExclusiveIpCount | DescribeExclusiveIpCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateApiExport | CreateApiExport | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourceSupportRegions | DescribeResourceSupportRegions | get |
*All Resource
* |
无 | 无 |
yundun-waf:TagResources | TagResources | create |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:ModifyHybridCloudPushSdkInfo | ModifyHybridCloudPushSdkInfo | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleHitsTopTuleType | DescribeRuleHitsTopTuleType | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSceneAttackTypePv | DescribeSceneAttackTypePv | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudClusters | DescribeHybridCloudClusters | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAlarmList | DescribeAlarmList | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeInstanceForCms | DescribeInstanceForCms | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEventAttackToolDistribute | DescribeThreatEventAttackToolDistribute | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeElasticBills | DescribeElasticBills | get |
*All Resource
* |
无 | 无 |
yundun-waf:RollbackMigrateCloudNativeResource | RollbackMigrateCloudNativeResource | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudCluster | DescribeHybridCloudCluster | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateSlsLogStore | CreateSlsLogStore | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSecurityEventLogs | DescribeSecurityEventLogs | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFlowTopUrl | DescribeFlowTopUrl | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSceneHitsTopClientIp | DescribeSceneHitsTopClientIp | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeTgwAccessedPorts | DescribeTgwAccessedPorts | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudSdkPullinStatus | ModifyHybridCloudSdkPullinStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSlbAttackUrl | DescribeSlbAttackUrl | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserLogFieldConfig | DescribeUserLogFieldConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSecurityEventTimeSeriesMetric | DescribeSecurityEventTimeSeriesMetric | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeTemplateResourceCount | DescribeTemplateResourceCount | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRegularRules | DescribeRegularRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudGroup | ModifyHybridCloudGroup | update |
*All Resource
* |
无 | 无 |
yundun-waf:ReleaseInstance | ReleaseInstance | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResourceOwnerUid | DescribeDefenseResourceOwnerUid | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourceLogDeliveryStatus | DescribeResourceLogDeliveryStatus | list |
*All Resource
* |
无 | 无 |
yundun-waf:CopyRuleGroup | CopyRuleGroup | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMigrateTask | DescribeMigrateTask | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyTemplateResources | ModifyTemplateResources | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleGroupAssociatedTemplates | DescribeRuleGroupAssociatedTemplates | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecProtectionResources | DescribeApisecProtectionResources | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEventAttackTimeDistribute | DescribeThreatEventAttackTimeDistribute | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMigrateCloudNativeResources | DescribeMigrateCloudNativeResources | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyWebFingerScanStatus | ModifyWebFingerScanStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDomains | DescribeDomains | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAttackTypeSummary | DescribeAttackTypeSummary | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeGrayFeature | DescribeGrayFeature | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudResources | DescribeHybridCloudResources | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourceLogStatus | DescribeResourceLogStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseTemplate | ModifyDefenseTemplate | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefaultHttps | DescribeDefaultHttps | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResourceGroup | DescribeDefenseResourceGroup | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyTgwDomainBindingProduct | ModifyTgwDomainBindingProduct | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRobotHitsTopClientId | DescribeRobotHitsTopClientId | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseRuleCache | ModifyDefenseRuleCache | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAssetDomainAttacks | DescribeAssetDomainAttacks | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudUser | DescribeHybridCloudUser | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecRules | DescribeApisecRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyPauseProtectionStatus | ModifyPauseProtectionStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveOutboundStatistic | DescribeSensitiveOutboundStatistic | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeVerifyContent | DescribeVerifyContent | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDomainDNSRecord | DescribeDomainDNSRecord | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateMigrateDomains | CreateMigrateDomains | create |
*All Resource
* |
无 | 无 |
yundun-waf:CreateAssetDomainExport | CreateAssetDomainExport | create |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteCustomBaseRule | DeleteCustomBaseRule | delete |
*All Resource
* |
无 | 无 |
yundun-waf:CreateMajorProtectionBlackIp | CreateMajorProtectionBlackIp | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourcePort | DescribeResourcePort | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateMigrateTask | CreateMigrateTask | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleGroups | DescribeRuleGroups | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseRule | ModifyDefenseRule | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateLogDeliveryConfig | CreateLogDeliveryConfig | create |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteTgw | DeleteTgw | delete |
*All Resource
* |
无 | 无 |
yundun-waf:CreateCustomAssetDomain | CreateCustomAssetDomain | create |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteApisecEvents | DeleteApisecEvents | delete |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudCluster | ModifyHybridCloudCluster | update |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudGroupShrinkServer | ModifyHybridCloudGroupShrinkServer | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAntiscanStatisticsInfo | DescribeAntiscanStatisticsInfo | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudProcessMonitor | DescribeHybridCloudProcessMonitor | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMajorProtectionIntelligenceDetail | DescribeMajorProtectionIntelligenceDetail | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCertDetail | DescribeCertDetail | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecLogDeliveries | DescribeApisecLogDeliveries | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecEvents | DescribeApisecEvents | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudPullXagentRule | DescribeHybridCloudPullXagentRule | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeNotice | DescribeNotice | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreatePostpaidInstance | CreatePostpaidInstance | create |
*All Resource
* |
无 | 无 |
yundun-waf:RefreshMigrateCloudNativeResources | RefreshMigrateCloudNativeResources | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSceneHitsTopResource | DescribeSceneHitsTopResource | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDomainPunishStatus | ModifyDomainPunishStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateCerts | CreateCerts | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMajorProtectionIntelligenceCount | DescribeMajorProtectionIntelligenceCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecSlsLogStores | DescribeApisecSlsLogStores | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSceneDefenseRules | DescribeSceneDefenseRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeLogDeliveryConfigs | DescribeLogDeliveryConfigs | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecAssetTrend | DescribeApisecAssetTrend | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecRule | ModifyApisecRule | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMigratePreCheckResult | DescribeMigratePreCheckResult | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSecurityEventTopNMetric | DescribeSecurityEventTopNMetric | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEventDetail | DescribeThreatEventDetail | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribePeakTrend | DescribePeakTrend | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudBasicMonitor | DescribeHybridCloudBasicMonitor | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribePortsBindToTgw | DescribePortsBindToTgw | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCloudResources | DescribeCloudResources | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAssetRootDomains | DescribeAssetRootDomains | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateApisecRule | CreateApisecRule | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBaseSystemRules | DescribeBaseSystemRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEventSourceIpDistribute | DescribeThreatEventSourceIpDistribute | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveOutboundTrend | DescribeSensitiveOutboundTrend | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDefenseResource | ModifyDefenseResource |
*All Resource
* |
无 | 无 | |
yundun-waf:DescribeApisecSensitiveDomainStatistic | DescribeApisecSensitiveDomainStatistic | get |
*All Resource
* |
无 | 无 |
yundun-waf:CopyDefenseTemplate | CopyDefenseTemplate | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveOutboundDistribution | DescribeSensitiveOutboundDistribution | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCnameCount | DescribeCnameCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateHybridCloudGroup | CreateHybridCloudGroup | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFreeUserEventTypes | DescribeFreeUserEventTypes | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRobotHitsTopUrl | DescribeRobotHitsTopUrl | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeProtectionModuleCodeConfig | DescribeProtectionModuleCodeConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUploadBlackIpFormInfo | DescribeUploadBlackIpFormInfo | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribePrepayDailyBills | DescribePrepayDailyBills | get |
*All Resource
* |
无 | 无 |
yundun-waf:ListTagValues | ListTagValues | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDomainUsedPorts | DescribeDomainUsedPorts | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMajorProtectionBlackIp | DescribeMajorProtectionBlackIp | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeInstanceExtend | DescribeInstanceExtend | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecDefenseRules | DescribeApisecDefenseRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifySlsOpenStatus | ModifySlsOpenStatus |
*All Resource
* |
无 | 无 | |
yundun-waf:DescribeRuleHitsTopResource | DescribeRuleHitsTopResource | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRobotOverview | DescribeRobotOverview | none |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecSlsProjects | DescribeApisecSlsProjects | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBaseRuleVersion | DescribeBaseRuleVersion | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDomainValidateConfig | DescribeDomainValidateConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:ListTagKeys | ListTagKeys | list |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecStatus | ModifyApisecStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteDefenseRuleBlockIp | DeleteDefenseRuleBlockIp | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotRuleActionGraph | DescribeBotRuleActionGraph | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSlsOpenStatus | DescribeSlsOpenStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecEvents | ModifyApisecEvents | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDomain | CreateDomain | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCloudResourceAccessedPorts | DescribeCloudResourceAccessedPorts | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDomainCertificates | CreateDomainCertificates |
*All Resource
* |
无 | 无 | |
yundun-waf:DescribeBotAttackInfos | DescribeBotAttackInfos | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFreeUserEventCount | DescribeFreeUserEventCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserSlsLogRegions | DescribeUserSlsLogRegions | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeProductInstances | DescribeProductInstances | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDomainCertificates | DescribeDomainCertificates | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudUnsupportPorts | DescribeHybridCloudUnsupportPorts | list |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteHybridCloudGroup | DeleteHybridCloudGroup | delete |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudClusterBypassStatus | ModifyHybridCloudClusterBypassStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserAbnormalTrend | DescribeUserAbnormalTrend | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyMemberAccount | ModifyMemberAccount | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseTemplateValidResources | DescribeDefenseTemplateValidResources | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveApiStatistic | DescribeSensitiveApiStatistic | get |
*All Resource
* |
无 | 无 |
yundun-waf:RollbackMigrateTask | RollbackMigrateTask | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecStatistics | DescribeApisecStatistics | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleHitsTopUrl | DescribeRuleHitsTopUrl | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDDoSStatus | DescribeDDoSStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseTemplates | DescribeDefenseTemplates | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecMatchedHosts | DescribeApisecMatchedHosts | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeThreatEventAttackTypeDistribute | DescribeThreatEventAttackTypeDistribute | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResources | DescribeDefenseResources | list |
*All Resource
* |
无 | 无 |
yundun-waf:RollbackMigrateDomains | RollbackMigrateDomains | update |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteDefenseTemplate | DeleteDefenseTemplate | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeTemplateResources | DescribeTemplateResources | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMajorProtectionBlackIps | DescribeMajorProtectionBlackIps | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateRuleGroup | CreateRuleGroup | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudClusterRule | DescribeHybridCloudClusterRule | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateCloudResource | CreateCloudResource | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeLogDeliveryConfig | DescribeLogDeliveryConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecAbnormals | DescribeApisecAbnormals | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMigrateDomains | DescribeMigrateDomains | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateTgwBySyncResource | CreateTgwBySyncResource | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeVagentCommon | DescribeVagentCommon | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotRuleStatisticsInfos | DescribeBotRuleStatisticsInfos | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudProtectableCount | DescribeHybridCloudProtectableCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveRequestLog | DescribeSensitiveRequestLog | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribePauseProtectionStatus | DescribePauseProtectionStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourceRegionId | DescribeResourceRegionId | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeComplianceRules | DescribeComplianceRules | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotRuleTypeGraph | DescribeBotRuleTypeGraph | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserAbnormalType | DescribeUserAbnormalType | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserApiRequest | DescribeUserApiRequest | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecApiResource | ModifyApisecApiResource | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResourceNames | DescribeDefenseResourceNames | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeWebFingerScanStatus | DescribeWebFingerScanStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDefenseResource | CreateDefenseResource | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAssetDomainExports | DescribeAssetDomainExports | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecEventDomainStatistic | DescribeApisecEventDomainStatistic | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyAssetCenterStatus | ModifyAssetCenterStatus | none |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResourceInstanceCerts | DescribeResourceInstanceCerts | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserHourlyBill | DescribeUserHourlyBill | list |
*All Resource
* |
无 | 无 |
yundun-waf:CreatePocFunction | CreatePocFunction | create |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecLogDeliveryStatus | ModifyApisecLogDeliveryStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyCloudResource | ModifyCloudResource | update |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:DescribeApisecConfig | DescribeApisecConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBaseRuleStaticsInfo | DescribeBaseRuleStaticsInfo | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteApisecRule | DeleteApisecRule | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudServerRegions | DescribeHybridCloudServerRegions | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseRule | DescribeDefenseRule | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyResourceLogFieldConfig | ModifyResourceLogFieldConfig | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecUserOperations | DescribeApisecUserOperations | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserWafLogStatus | DescribeUserWafLogStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyResourceLogStatus | ModifyResourceLogStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRule | DescribeRule | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteRuleGroup | DeleteRuleGroup | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRobotStatisticsInfos | DescribeRobotStatisticsInfos | list |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecModuleStatus | ModifyApisecModuleStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAlarmBanner | DescribeAlarmBanner | get |
*All Resource
* |
无 | 无 |
yundun-waf:AddIpToBlackWhiteList | AddIpToBlackWhiteList | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeVisitTopIp | DescribeVisitTopIp | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMultiCloudPullLogDockingConfig | DescribeMultiCloudPullLogDockingConfig | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSceneAttackLogs | DescribeSceneAttackLogs | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFlowTopResource | DescribeFlowTopResource | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserEventTrend | DescribeUserEventTrend | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAssetDomainStatisticsInfo | DescribeAssetDomainStatisticsInfo | get |
*All Resource
* |
无 | 无 |
yundun-waf:SyncProductInstance | SyncProductInstance | create |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyHybridCloudClusterRule | ModifyHybridCloudClusterRule | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateHybridCloudCluster | CreateHybridCloudCluster | create |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteDefenseResource | DeleteDefenseResource | delete |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:DescribeSceneHitsTopUrl | DescribeSceneHitsTopUrl | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudResourceDetail | DescribeHybridCloudResourceDetail | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecApiResources | DescribeApisecApiResources | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSlsLogStoreStatus | DescribeSlsLogStoreStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyResourceLogDeliveryStatus | ModifyResourceLogDeliveryStatus | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeWebSourceIpPv | DescribeWebSourceIpPv | list |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyMigrateSuggestion | ModifyMigrateSuggestion | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeWebRegionPv | DescribeWebRegionPv | list |
*All Resource
* |
无 | 无 |
yundun-waf:ChangeResourceGroup | ChangeResourceGroup | update |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:DeleteMemberAccount | DeleteMemberAccount | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudClusterServers | DescribeHybridCloudClusterServers | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCloudResourceAccessPortDetails | DescribeCloudResourceAccessPortDetails | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteBotProtectionTest | DeleteBotProtectionTest | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserAsset | DescribeUserAsset | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseRules | DescribeDefenseRules | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeInstanceCompatible | DescribeInstanceCompatible | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMigrateCheckResult | DescribeMigrateCheckResult | get |
*All Resource
* |
无 | 无 |
yundun-waf:VerifyDomainOwner | VerifyDomainOwner | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResourceGroupNames | DescribeDefenseResourceGroupNames | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeWebAttackTypePv | DescribeWebAttackTypePv | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotAppKey | DescribeBotAppKey | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecSuggestions | DescribeApisecSuggestions | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeVisitUas | DescribeVisitUas | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseResourceTemplates | DescribeDefenseResourceTemplates | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudUnassignedMachines | DescribeHybridCloudUnassignedMachines | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteDomain | DeleteDomain | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudGroups | DescribeHybridCloudGroups | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApiExports | DescribeApiExports | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyCustomBaseRule | ModifyCustomBaseRule | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateCustomBaseRule | CreateCustomBaseRule | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserDomainVerifyWhitelist | DescribeUserDomainVerifyWhitelist | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotIntelligenceInfos | DescribeBotIntelligenceInfos | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecAbnormals | ModifyApisecAbnormals | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAssetSubDomains | DescribeAssetSubDomains | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRoleAuthStatus | DescribeRoleAuthStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMemberAccounts | DescribeMemberAccounts | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotRuleInfos | DescribeBotRuleInfos | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeSensitiveRequests | DescribeSensitiveRequests | list |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDefenseRule | CreateDefenseRule | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCommonLogFields | DescribeCommonLogFields | list |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyLogDeliveryConfig | ModifyLogDeliveryConfig | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeNetworkFlowTimeSeriesMetric | DescribeNetworkFlowTimeSeriesMetric | get |
*All Resource
* |
无 | 无 |
yundun-waf:InitializeWafOperationRole | InitializeWafOperationRole | create |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecConfig | ModifyApisecConfig | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBaseRuleChangeLog | DescribeBaseRuleChangeLog | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMajorProtectionOverview | DescribeMajorProtectionOverview | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateInstance | CreateInstance | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeWebAttackLogs | DescribeWebAttackLogs | list |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteCloudResource | DeleteCloudResource | delete |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:DescribeSlbAttackCount | DescribeSlbAttackCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteExpiredMajorProtectionBlackIp | DeleteExpiredMajorProtectionBlackIp | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudSdkServers | DescribeHybridCloudSdkServers | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeHybridCloudPullClusterSdkRule | DescribeHybridCloudPullClusterSdkRule | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDomainDetail | DescribeDomainDetail | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeApisecAbnormalDomainStatistic | DescribeApisecAbnormalDomainStatistic | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMajorProtectionIntelligenceInfos | DescribeMajorProtectionIntelligenceInfos | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeWafSourceIpSegment | DescribeWafSourceIpSegment | get |
*All Resource
* |
无 | 无 |
yundun-waf:DeleteDefenseRule | DeleteDefenseRule | delete |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyDomain | ModifyDomain | update |
*All Resource
* |
无 | 无 |
yundun-waf:ConfirmMigrateTask | ConfirmMigrateTask | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateMigratePreCheck | CreateMigratePreCheck | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeBotRuleActionHitsTopClientIp | DescribeBotRuleActionHitsTopClientIp | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeMigrateBeforeAfter | DescribeMigrateBeforeAfter | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeDefenseScenes | DescribeDefenseScenes | list |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeResponseCodeTrendGraph | DescribeResponseCodeTrendGraph | get |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDefenseAutoRule | CreateDefenseAutoRule | create |
*All Resource
* |
无 | 无 |
yundun-waf:CreateDefenseResourceGroup | CreateDefenseResourceGroup | create |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyApisecLogDelivery | ModifyApisecLogDelivery | update |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFreeUserEvents | DescribeFreeUserEvents | get |
*All Resource
* |
无 | 无 |
yundun-waf:UntagResources | UntagResources | delete |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:DescribeDefenseResource | DescribeDefenseResource | get |
*DefenseResource
acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
无 | 无 |
yundun-waf:DescribeInstance | DescribeInstance | get |
*All Resource
* |
无 | 无 |
yundun-waf:UploadMajorProtectionBlackIp | UploadMajorProtectionBlackIp | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeFreeUserAssetCount | DescribeFreeUserAssetCount | get |
*All Resource
* |
无 | 无 |
yundun-waf:ListTagResources | ListTagResources | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRuleHitsTopUa | DescribeRuleHitsTopUa | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeUserEventType | DescribeUserEventType | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeTgwDomainBindings | DescribeTgwDomainBindings | get |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeCustomBaseRuleCompileResult | DescribeCustomBaseRuleCompileResult | get |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyRulesInGroup | ModifyRulesInGroup | update |
*All Resource
* |
无 | 无 |
yundun-waf:ModifyMajorProtectionBlackIp | ModifyMajorProtectionBlackIp | update |
*All Resource
* |
无 | 无 |
yundun-waf:CreateBotProtectionTest | CreateBotProtectionTest | create |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeAccountDelegatedStatus | DescribeAccountDelegatedStatus | get |
*All Resource
* |
无 | 无 |
yundun-waf:ClearMajorProtectionBlackIp | ClearMajorProtectionBlackIp | delete |
*All Resource
* |
无 | 无 |
yundun-waf:DescribeRobotHitsTopClientIp | DescribeRobotHitsTopClientIp | get |
*All Resource
* |
无 | 无 |
DefenseResource | acs:yundun-waf:{#regionId}:{#accountId}:defenseresource/{#Resource} |
Instance | acs:yundun-waf::{#accountId}:instance/{#InstanceId} |
Domain | acs:yundun-waf:{#regionId}:{#accountId}:domain/{#Domain} |
Instance | acs:yundun-waf:{#regionId}:{#accountId}:instance/{#InstanceId} |
Instance | acs:yundun-waf:{#regionId}:{#accountId}:Instance/* |
DefenseResource | acs:yundun-waf:{#regionId}:{#accountId}:instance/{InstanceId}/defenseresource/{#Resource} |
HybridCloudGroup | acs:yundun-waf:{#regionId}:{#accountId}:hybridcloudgroup/* |
HybridCloudCluster | acs:yundun-waf:{#regionId}:{#accountId}:hybridcloudcluster/{#HybridCloudClusterId} |
How to create custom RAM policies?
You can create custom policies and grant them to RAM users, RAM user groups, or RAM roles. For instructions, see: