Product | Role Name | Role Types | Role Entity |
---|---|---|---|
VOD | VOD_LogToCLS | Service-Related Roles | logtocls.vod.cloud.tencent.com |
VOD | VOD_QCSLinkedRoleInHosting | Service-Related Roles | coshosting.vod.cloud.tencent.com |
VOD | VOD_QCSLinkedRoleIn_EOacceleration | Service-Related Roles | eoacceleration.vod.cloud.tencent.com |
VOD | VOD_QCSLinkedRoleInManageSSLCertificates | Service-Related Roles | managesslcertificates.vod.cloud.tencent.com |
Use Cases: The current role is the VOD 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": [
"cls:pushLog",
"cls:listLogset",
"cls:getLogset",
"cls:listTopic",
"cls:getTopic",
"cls:createTopic",
"cls:modifyTopic",
"cls:deleteTopic",
"cls:createLogset",
"cls:modifyLogset",
"cls:deleteLogset",
"cls:getIndex",
"cls:modifyIndex",
"cls:CreateIndex"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the VOD 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": [
"cos:GetService",
"cos:GetBucket",
"cos:HeadBucket",
"cos:GetBucketObjectVersions",
"cos:PutObject",
"cos:PutObjectCopy",
"cos:PostObject",
"cos:GetObject",
"cos:HeadObject",
"cos:DeleteObject",
"cos:DeleteMultipleObjects",
"cos:OptionsObject",
"cos:PostObjectRestore",
"cos:PutObjectACL",
"cos:GetObjectACL",
"cos:PutObjectTagging",
"cos:GetObjectTagging",
"cos:DeleteObjectTagging",
"cos:InitiateMultipartUpload",
"cos:UploadPart",
"cos:UploadPartCopy",
"cos:CompleteMultipartUpload",
"cos:AbortMultipartUpload",
"cos:ListMultipartUploads",
"cos:ListParts"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the VOD 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": [
"teo:DescribeHostsSetting",
"teo:DescribeRules",
"teo:DescribeRulesSetting",
"teo:DescribeRulesEngine",
"teo:CreateAccelerationDomain",
"teo:DescribeAccelerationDomains",
"teo:ModifyAccelerationDomain",
"teo:ModifyAccelerationDomainStatuses",
"teo:DescribeZones",
"teo:ModifyRule",
"teo:DescribeZoneSetting",
"teo:CreateRule"
],
"resource": "*"
}
]
}
Use Cases: The current role is the VOD 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": [
"ssl:UploadCertificate",
"ssl:DescribeCertificates",
"ssl:DescribeCertificateDetail"
]
}
]
}
문제 해결에 도움이 되었나요?