AliyunFCFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunFCFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunFCFullAccess policy: Provides full access to Function Compute via Management Console.
Policy details
Type: service system policy
Creation time: 10:43:57 on May 17, 2017
Update time: 12:55:13 on May 07, 2021
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "fc:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:PassRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"acs:Service": "fc.aliyuncs.com"
}
}
}
]
}