AliyunApiGatewayFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunApiGatewayFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunApiGatewayFullAccess policy: Provides full access to API Gateway via Management Console.
Policy details
Type: service system policy
Creation time: 07:19:59 on July 15, 2016
Update time: 04:25:44 on September 17, 2020
Current version: v3
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "apigateway:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"apigateway.aliyuncs.com",
"monitor.apigateway.aliyuncs.com",
"sls.apigateway.aliyuncs.com"
]
}
}
}
]
}