

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 共享採購資料的服務連結角色
<a name="buyer-service-linked-role-procurement"></a>

AWS Marketplace 使用`AWSServiceRoleForProcurementInsightsPolicy`服務連結角色來存取和描述 AWS 組織中的資料。您必須建立此角色，才能使用[採購洞察儀表板](procurement-insights.md)。

`AWSServiceRoleForProcurementInsightsPolicy` 服務連結角色信任下列服務以擔任角色：
+ `procurement-insights.marketplace.amazonaws.com`

允許 對指定的資源`AWSServiceRoleForProcurementInsightsPolicy` AWS Marketplace 執行下列動作。

**注意**  
如需 AWS Marketplace 受管政策的詳細資訊，請參閱 [AWS AWS Marketplace 買方的 受管政策](buyer-security-iam-awsmanpol.md)。

------
#### [ JSON ]

****  

```
{
	"Version":"2012-10-17",		 	 	 
	"Statement": [
		{
			"Sid": "ProcurementInsightsPermissions",
			"Effect": "Allow",
			"Action": [
				"organizations:DescribeAccount",
				"organizations:DescribeOrganization",
				"organizations:ListAccounts"
			],
			"Resource": [
				"*"
			]
		}
	]
}
```

------

您必須設定許可，以允許您的使用者、群組或角色建立、編輯或刪除服務連結角色。如需詳細資訊，請參閱 *IAM 使用者指南*中的[服務連結角色許可](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html#service-linked-role-permissions)。