AliyunCENFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunCENFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunCENFullAccess policy: Provides full access to CEN via Management Console.
Policy details
Type: service system policy
Creation time: 03:56:49 on March 29, 2018
Update time: 08:59:29 on July 14, 2022
Current version: v3
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "cen:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"cen.aliyuncs.com",
"flowlog.cen.aliyuncs.com"
]
}
}
},
{
"Action": "cms:QueryMetric*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"cdt:GetCdtServiceStatus",
"cdt:GetCdtCbServiceStatus",
"cdt:OpenCdtService",
"cdt:OpenCdtCbService"
],
"Resource": "*",
"Effect": "Allow"
}
]
}