AliyunFnFFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunFnFFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunFnFFullAccess policy: Provides full access to Function Flow via Management Console.
Policy details
Type: service system policy
Creation time: 06:55:42 on July 09, 2019
Update time: 02:58:06 on August 02, 2022
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "fnf:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:PassRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"acs:Service": "fnf.aliyuncs.com"
}
}
}
]
}