AliyunSAEFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunSAEFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunSAEFullAccess policy: Provides full access to Serverless App Engine via Management Console.
Policy details
Type: service system policy
Creation time: 04:21:52 on July 24, 2019
Update time: 08:42:20 on December 06, 2021
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": [
"sae:*"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "sae.aliyuncs.com"
}
}
}
]
}