AliyunAIRecFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunAIRecFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunAIRecFullAccess policy: Provides full access to AIRec via Management Console.
Policy details
Type: service system policy
Creation time: 08:41:37 on January 14, 2019
Update time: 06:37:57 on January 13, 2021
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "airec:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "airec.aliyuncs.com"
}
}
}
]
}