AliyunMaxComputeFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunMaxComputeFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunMaxComputeFullAccess policy: Provides full access to MaxCompute via Management Console.
Policy details
Type: service system policy
Creation time: 06:59:31 on September 19, 2022
Update time: 06:59:31 on September 19, 2022
Current version: v1
Policy content
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": "odps:*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"identity.odps.aliyuncs.com",
"image.odps.aliyuncs.com",
"notebook.odps.aliyuncs.com"
]
}
}
}
]
}