AliyunAgentIdentityFullAccess

AliyunAgentIdentityFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunAgentIdentityFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理智能体身份 AgentIdentity 的权限。

策略详情

  • 类型:系统策略

  • 创建时间:2025-12-18 11:48:37

  • 更新时间:2025-12-18 11:48:37

  • 当前版本:v1

策略内容

{
	"Version": "1",
	"Statement": [{
		"Effect": "Allow",
		"Action": ["agentidentity:*"],
		"Resource": "*"
	}, {
		"Action": "ram:CreateServiceLinkedRole",
		"Resource": "*",
		"Effect": "Allow",
		"Condition": {
			"StringEquals": {
				"ram:ServiceName": "agentidentity.aliyuncs.com"
			}
		}
	}, {
		"Action": "ram:PassRole",
		"Resource": "*",
		"Effect": "Allow",
		"Condition": {
			"StringEquals": {
				"acs:Service": "workload.agentidentity.aliyuncs.com"
			}
		}
	}]
}

相关文档