AliyunAPIGFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunAPIGFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunAPIGFullAccess policy: Administrator Policy for Native API Gateway.
Policy details
Type: service system policy
Creation time: 19:59:07 on June 27, 2024
Update time: 19:59:07 on June 27, 2024
Current version: v1
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "apig:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "nativeapigw.aliyuncs.com"
}
}
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "invokefc.nativeapigw.aliyuncs.com"
}
}
}
]
}