Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Tencent Cloud Organization | Orgnization_QCSLinkedRoleInCIC | Service-Related Roles | cic.organization.cloud.tencent.com |
Tencent Cloud Organization | Organization_QCSLinkedRoleInDefaultMng | Service-Related Roles | defaultmng.organization.cloud.tencent.com |
Tencent Cloud Organization | Orgnization_QCSLinkedRoleInServiceControl | Service-Related Roles | servicecontrol.orgnization.cloud.tencent.com |
Use Cases: The current role is the Organization 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": [
"cam:AttachRolesPolicy",
"cam:GetRole",
"cam:CreateRole",
"cam:DeleteRole",
"cam:CreatePolicy",
"cam:DeletePolicy",
"cam:UpdatePolicy",
"cam:GetPolicy",
"cam:ListPolicies",
"cam:CreateSAMLProvider",
"cam:DeleteSAMLProvider",
"cam:UpdateSAMLProvider",
"cam:AddUser",
"cam:DeleteUser",
"cam:UpdateUser",
"cam:CreateSubAccounts",
"cam:DeleteUser",
"organization:DescribeOrganization",
"organization:CreateOrgMemberProductServiceRole",
"cam:AttachRolePolicies",
"cam:DetachRolePolicies",
"cam:DescribeCICUserSAMLConfig",
"cam:AddSubAccount",
"cam:GetUser",
"cam:UpdateSubAccountType",
"cam:CheckSubAccountName",
"cam:GetSAMLProvider",
"cam:CreateCICUserSAMLConfig",
"cam:ListAttachedRolePolicies",
"organization:DescribeOrganizationMembers",
"cam:DeleteApiKey"
],
"resource": "*"
}
]
}
Use Cases: The current role is the Organization 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": [
"finance:DescribeBillSummaryByProduct",
"cam:GetAccountSummary",
"intlpartnersmgt:DescribeBillSummaryByProduct"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the Orgnization 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",
"resource": [
"*"
],
"action": [
"cam:CreateServiceLinkedRole",
"cam:DeleteServiceLinkedRole",
"cam:GetRole",
"cam:CreateRole",
"cam:AttachRolePolicy",
"cam:DeleteRole"
]
}
]
}
문제 해결에 도움이 되었나요?