Product | Role Name | Role Types | Role Entity |
---|---|---|---|
TencentCloud Automation Tools | TAT_QCSLinkedRoleInCommand | Service-Related Roles | command.tat.cloud.tencent.com |
TencentCloud Automation Tools | TAT_QCSLinkedRoleInUploadInvocation | Service-Related Roles | uploadinvocation.tat.cloud.tencent.com |
Use Cases: The current role is the TAT 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": [
{
"action": [
"cvm:Describe*",
"lighthouse:Describe*"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the TAT service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"cos:HeadBucket",
"cos:GetBucket",
"cos:PutObject"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Was this page helpful?