Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud Access Management | CAM_QCSLinkedRoleInEkslog | Service-Related Roles | ekslog.cam.cloud.tencent.com |
Cloud Access Management | CAM_QCSLinkedRoleInEkslog002 | Service-Related Roles | ckmlog.cam.cloud.tencent.com |
Cloud Access Management | CAM_QCSRole | Service Role | cam.cloud.tencent.com |
Use Cases: 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": [
"vpc:CreateAddress",
"sts:ListAccessKeys",
"sts:UpdateAccessKey",
"sts:DeleteAccessKey",
"cam:ListAccessKeys",
"cam:ListUsers",
"cam:GetUser"
],
"resource": "*"
}
]
}
Use Cases: 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": [
"kms:CreateKey",
"clb:DescribeTaskStatus",
"vpc:CreateAddress"
],
"resource": "*"
}
]
}
Use Cases: The current role is the CAM service 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": [
"cloudaudit:LookupEvents"
],
"resource": "*"
}
]
}
문제 해결에 도움이 되었나요?