| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Media Processing Service | MPS_QCSLinkedRoleInVOD | Service-Related Roles | getvod.mps.cloud.tencent.com |
Use Cases: The current role is the MPS service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"vod:CreateStorageCredentials",
"vod:DescribeSubAppIds",
"vod:DescribeStorage"
],
"resource": "*"
}
]
}
Feedback