| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| TokenHub | TokenHub_QCSLinkedRoleInBatchInference | Service-Related Roles | batchinference.tokenhub.cloud.tencent.com |
| TokenHub | TokenHub_QCSLinkedRoleInInternalAccess | Service-Related Roles | internalaccess.tokenhub.cloud.tencent.com |
| TokenHub | TokenHub_QCSLinkedRoleInTokenPlanEnterprise | Service-Related Roles | tokenplanenterprise.tokenhub.cloud.tencent.com |
Use Cases: The current role is the TokenHub service linked role, which will access your COS resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cos:AbortMultipartUpload",
"cos:DeleteMultipleObjects",
"cos:DeleteObject",
"cos:GetBucket",
"cos:GetObject",
"cos:HeadBucket",
"cos:HeadObject",
"cos:ListMultipartUploads",
"cos:PutBucket",
"cos:PutObject",
"cos:ListParts",
"cos:UploadPart",
"cos:UploadPartCopy",
"cos:PutObjectCopy",
"cos:InitiateMultipartUpload",
"cos:CompleteMultipartUpload"
],
"resource": "*"
}
]
}
Use Cases: The current role is the TokenHub service linked role, which will access your VPC resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"privatedns:ModifyPrivateZoneVpc",
"privatedns:ModifyPrivateZone",
"privatedns:DeletePrivateZoneRecord",
"privatedns:ModifyPrivateZoneRecord",
"privatedns:CreatePrivateZoneRecord",
"privatedns:CreatePrivateZone",
"vpc:CreateVpcEndPoint",
"vpc:DeleteVpcEndPoint",
"vpc:CheckVpcEndPointServiceExist",
"privatedns:AddSpecifyPrivateZoneVpc",
"privatedns:DescribePrivateZoneList",
"privatedns:DeletePrivateZone",
"privatedns:DescribePrivateZoneRecordList",
"privatedns:DeleteSpecifyPrivateZoneVpc",
"vpc:DescribeVpcEndPoint",
"vpc:DescribeVpcs",
"vpc:DescribeSubnets"
],
"resource": "*"
}
]
}
Use Cases: The current role is the Token Plan service linked role, which will access your finance resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"finance:trade"
],
"resource": [
"qcs::tokenhub:::*",
"qcs::lmp:::*"
]
}
]
}
피드백