AliyunResourceCenterFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunResourceCenterFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunResourceCenterFullAccess policy: Provides full access to ResourceCenter via Management Console.
Policy details
Type: service system policy
Creation time: 03:07:04 on February 15, 2023
Update time: 06:06:55 on March 21, 2023
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"resourcecenter:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"tag:ListTag*"
],
"Resource": "*"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "rmc.resourcemanager.aliyuncs.com"
}
}
}
]
}