CAMの概要
製品機能
適用シーン
基本概念
使用制限
ユーザータイプ
| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| RocketMQ | RocketMQ_QCSLinkedRoleInSendSSLcertificate | Service-Related Roles | sendSSLcertificate.rocketmq.cloud.tencent.com |
Use Cases: This role is to obtain the the SSL certificate maintained in Tencent Cloud and distributing it to the server of the message queue. The current role is the CAM 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": [
"ssl:DescribeCertificateDetail",
"ssl:DescribeCertificates",
"ssl:UploadCertificate"
],
"resource": "*"
}
]
}
フィードバック