AliyunServiceRolePolicyForWorkflow

Updated at:
Copy as MD

AliyunServiceRolePolicyForWorkflow is the authorization policy dedicated to a service-linked role. The policy is automatically attached to a service role when the service role is created. Then, the service-linked role is authorized to access other cloud services. This policy is updated by the relevant Alibaba Cloud service. Do not attach this policy to a RAM identity other than a service-linked role.

Policy details

  • Type: service system policy

  • Creation time: 11:05:10 on March 24, 2026

  • Update time: 09:43:41 on June 23, 2026

  • Current version: v3

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "oss:GetObject",
        "oss:PutObject",
        "oss:ListBuckets",
        "csb2:ListInstances",
        "csb2:ListMcpServers",
        "csb2:GetMcpServer",
        "csb2:ListServices",
        "csb2:GetService",
        "aipaas:ListModel",
        "aipaas:ListModelFiles",
        "sfm:PostSfmSystemWorkspaceQueryWorkspaceList",
        "sfm:PostAgentModelPageQuery",
        "sfm:PostToolsQueryPage",
        "sfm:PostAgentVersionConfigList",
        "sfm:PostAgentQueryPagedList",
        "apidevelop:QuerySkillList",
        "apidevelop:GetSkillDownloadUrl",
        "apidevelop:GetSkillFileContent",
        "apidevelop:QuerySkillDetail",
        "apidevelop:QueryMcpList",
        "apidevelop:QueryMcpDetail",
        "apidevelop:QuerySelectApiByMcpId",
        "apidevelop:GetMcpPluginDownloadAdr",
        "apidevelop:QuerySysMcpList",
        "apidevelop:QueryMcpSharedDepartmentListById",
        "apidevelop:QuerySharedMcpList"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": "ram:DeleteServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "workflow.aliyuncs.com"
        }
      }
    }
  ]
}

References