AliyunStreamFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunStreamFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunStreamFullAccess policy: Provides full access to Stream via Management Console.
Policy details
Type: service system policy
Creation time: 09:32:39 on January 19, 2018
Update time: 09:32:39 on January 19, 2018
Current version: v1
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "stream:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:PassRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"acs:Service": "stream.aliyuncs.com"
}
}
}
]
}