Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud Loader Balance | CLB_QCSLinkedRoleInUploadCertificate | Service-Related Roles | clb.cloud.tencent.com |
Use Cases: The current role is the CLB service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"ssl:DescribeCertificateDetail",
"ssl:UploadCertificate"
],
"effect": "allow",
"resource": [
"*"
]
}
],
"version": "2.0"
}
Was this page helpful?