AliyunServiceRolePolicyForSFMModelDeveloper 是专用于服务关联角色的授权策略,会在创建服务关联角色 AliyunServiceRoleForSFMModelDeveloper 时自动授权,以允许服务关联角色代您访问其他云服务。本策略由对应的阿里云服务按需更新,请勿将本策略授权给服务关联角色之外的 RAM 身份使用。
策略详情
类型:系统策略
创建时间:2024-01-04 17:47:19
更新时间:2024-01-04 17:47:19
当前版本:v1
策略内容
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:CreateNetworkInterface",
"ecs:DeleteNetworkInterface",
"ecs:DescribeNetworkInterfaces",
"ecs:CreateNetworkInterfacePermission",
"ecs:DescribeNetworkInterfacePermissions",
"ecs:DeleteNetworkInterfacePermission",
"ecs:DescribeSecurityGroups",
"ecs:AttachNetworkInterface",
"ecs:DetachNetworkInterface"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"vpc:DescribeVSwitchAttributes",
"vpc:DescribeVpcs",
"vpc:DescribeVSwitches",
"vpc:DescribeVpcAttribute"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Effect": "Allow",
"Action": [
"cr:GetAuthorizationToken",
"cr:CreateRepository",
"cr:PullRepository",
"cr:PushRepository",
"cr:ListInstance",
"cr:GetRepository",
"cr:ListRepository",
"cr:ListRepositoryTag"
],
"Resource": "*"
},
{
"Action": [
"oss:ListBuckets"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"oss:GetObject",
"oss:PutObject",
"oss:DeleteObject"
],
"Resource": "acs:oss:*:*:*/sfm/*",
"Effect": "Allow"
},
{
"Action": "oss:ListObjects",
"Effect": "Allow",
"Resource": "acs:oss:*:*:*",
"Condition": {
"StringLike": {
"oss:Prefix": [
"sfm/*"
]
}
}
},
{
"Action": "ram:DeleteServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "model-developer.sfm.aliyuncs.com"
}
}
}
]
}