Note:
The policies in the following scenarios are only used for Personal Edition.
{
"version": "2.0",
"statement": [{
"action": [
"tcr:*"
],
"resource": [
"qcs::tcr:::repo/*"
],
"effect": "allow"
}]
}
{
"version": "2.0",
"statement": [{
"action": [
"tcr:Describe*",
"tcr:PullRepository*"
],
"resource": [
"qcs::tcr:::repo/*"
],
"effect": "allow"
}]
}
{
"version": "2.0",
"statement": [{
"action": [
"tcr:*"
],
"resource": [
"qcs::tcr:ap-guangzhou:*:repo/team-01/*"
],
"effect": "allow"
}
]
}
{
"version": "2.0",
"statement": [{
"action": [
"tcr:Describe*",
"tcr:PullRepositoryPersonal"
],
"resource": [
"qcs::tcr:ap-guangzhou:*:repo/team-01/repo-demo/*"
],
"effect": "allow"
},
{
"action": [
"tcr:Describe*"
],
"resource": [
"qcs::tcr:ap-guangzhou:*:repo/team-01/*"
],
"effect": "allow"
}
]
}
Was this page helpful?