访问控制(RAM)是阿里云提供的管理用户身份与资源访问权限的服务。使用RAM可以让您避免与其他用户共享阿里云账号密钥,并可按需为用户授予最小权限。RAM中使用权限策略描述授权的具体内容。
本文为您介绍计算巢服务(ComputeNestSupplier)为RAM权限策略定义的操作(Action)、资源(Resource)和条件(Condition)。计算巢服务(ComputeNestSupplier)的RAM代码(RamCode)为[{"popCode":"ComputeNestSupplier","ramCodes":["computenestsupplier"]},{"popCode":"ComputeNest","ramCodes":["computenest"]},{"popCode":"LicenseManager","ramCodes":["licensemanager"]},{"popCode":"appflow","ramCodes":["appflow"]}],支持的授权粒度为RESOURCE。
权限策略通用结构
权限策略支持JSON格式,其通用结构如下:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}
- Effect:权限策略效果。取值:Allow(允许)、Deny(拒绝)。
- Action:授予允许或拒绝权限的具体操作。具体信息,请参见操作(Action)。
- Resource:受操作影响的具体对象,您可以使用资源ARN来描述指定资源。具体信息,请参见资源(Resource)。
- Condition:指授权生效的条件。可选字段。具体信息,请参见条件(Condition)。
- Condition_operator:条件运算符,不同类型的条件对应不同的条件运算符。具体信息,请参见权限策略基本元素。
- Condition_key:条件关键字。
- Condition_value:条件关键字对应的值。
操作(Action)
下表是计算巢服务(ComputeNestSupplier)定义的操作,这些操作可以在RAM权限策略语句的Action
元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:- 操作:是指具体的权限点。
- API:是指操作对应的API接口。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | API | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|---|
computenestsupplier:CreateService | CreateService | create | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/* | 无 | 无 |
computenestsupplier:RemoveServiceSharedAccounts | RemoveServiceSharedAccounts | get | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#serviceId} | 无 | 无 |
computenestsupplier:ListAcrImageRepositories | ListAcrImageRepositories | get | 全部资源 * | 无 | 无 |
computenestsupplier:ListServiceSharedAccounts | ListServiceSharedAccounts | list | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#serviceId} | 无 | 无 |
computenestsupplier:ListArtifactVersions | ListArtifactVersions | list | Artifact acs:computenestsupplier:*:{#accountId}:artifact/{#ArtifactId} | 无 | 无 |
computenestsupplier:GetArtifact | GetArtifact | get | Artifact acs:computenestsupplier:*:{#accountId}:artifact/{#ArtifactId} | 无 | 无 |
computenestsupplier:ApproveServiceUsage | ApproveServiceUsage | update | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:RestartServiceInstance | RestartServiceInstance | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:DeleteService | DeleteService | delete | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:RegisterService | RegisterService | create | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId}ServiceRegistration acs:computenestsupplier:{#regionId}:{#accountId}:serviceregistration/* | 无 | 无 |
computenestsupplier:StartServiceInstance | StartServiceInstance | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:GetServiceInstance | GetServiceInstance | get | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:DeleteServiceInstances | DeleteServiceInstances | delete | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:GetServiceTemplateParameterConstraints | GetServiceTemplateParameterConstraints | get | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#serviceId} | 无 | 无 |
computenestsupplier:DeleteArtifact | DeleteArtifact | delete | Artifact acs:computenestsupplier:{#regionId}:{#accountId}:artifact/{#ArtifactId} | 无 | 无 |
computenestsupplier:UpdateService | UpdateService | update | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:CreateArtifact | CreateArtifact | create | Artifact acs:computenestsupplier:{#regionId}:{#accountId}:artifact/{#ArtifactId} | 无 | 无 |
computenestsupplier:StopServiceInstance | StopServiceInstance | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:PreLaunchService | PreLaunchService | update | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:UpgradeServiceInstance | UpgradeServiceInstance | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:RejectServiceUsage | RejectServiceUsage | update | Service acs:computenestsupplier:*:{#accountId}:service/{#serviceId} | 无 | 无 |
computenestsupplier:LaunchService | LaunchService | update | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:GetService | GetService | get | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:UpdateServiceInstanceSpec | UpdateServiceInstanceSpec | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:CreateServiceInstance | CreateServiceInstance | create | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/* | 无 | 无 |
computenestsupplier:UpdateArtifact | UpdateArtifact | update | Artifact acs:computenestsupplier:{#regionId}:{#accountId}:artifact/{#ArtifactId} | 无 | 无 |
computenestsupplier:UpdateServiceInstanceAttribute | UpdateServiceInstanceAttribute | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#serviceinstanceId} | 无 | 无 |
computenestsupplier:ListServiceUsages | ListServiceUsages | list | 全部资源 * | 无 | 无 |
computenestsupplier:ListServices | ListServices | list | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/* | 无 | 无 |
computenestsupplier:GetArtifactRepositoryCredentials | GetArtifactRepositoryCredentials | none | 全部资源 * | 无 | 无 |
computenestsupplier:ListAcrImageTags | ListAcrImageTags | get | 全部资源 * | 无 | 无 |
computenestsupplier:ListArtifacts | ListArtifacts | list | Artifact acs:computenestsupplier:*:{#accountId}:artifact/* | 无 | 无 |
computenestsupplier:GetUploadCredentials | GetUploadCredentials | none | 全部资源 * | 无 | 无 |
computenestsupplier:ContinueDeployServiceInstance | ContinueDeployServiceInstance | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#serviceinstanceId} | 无 | 无 |
computenestsupplier:AddServiceSharedAccounts | AddServiceSharedAccounts | create | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#serviceId} | 无 | 无 |
computenestsupplier:CreateServiceUsage | CreateServiceUsage | create | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
computenestsupplier:ReleaseArtifact | ReleaseArtifact | update | Artifact acs:computenestsupplier:{#regionId}:{#accountId}:artifact/{#ArtifactId} | 无 | 无 |
computenestsupplier:PushMeteringData | PushMeteringData | none | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:DeployServiceInstance | DeployServiceInstance | update | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#ServiceInstanceId} | 无 | 无 |
computenestsupplier:ModifyServiceInstanceResources | ModifyServiceInstanceResources | update | ServiceInstance acs:computenestsupplier:*:{#accountId}:serviceinstance/{#serviceinstanceId} | 无 | 无 |
computenestsupplier:ListServiceInstances | ListServiceInstances | list | ServiceInstance acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/* | 无 | 无 |
computenestsupplier:GetServiceEstimateCost | GetServiceEstimateCost | none | Service acs:computenestsupplier:{#regionId}:{#accountId}:service/{#ServiceId} | 无 | 无 |
资源(Resource)
下表是计算巢服务(ComputeNestSupplier)定义的资源,这些资源可以在RAM权限策略语句的Resource
元素中使用,用来授予对该资源执行具体操作的权限。 其中,资源ARN是资源在阿里云上的唯一标识。具体说明如下:{#}
为变量标识,需要您替换为实际值。例如:{#ramcode}
需要您替换为实际的云服务RAM代码。-
*
表示全部。例如:{#resourceType}
为*
时:表示全部资源。{#regionId}
为*
时:表示全部地域。{#accountId}
为*
时:表示全部阿里云账号。
资源类型 | 资源ARN |
---|---|
Dataset | acs:computenestsupplier:{#regionId}:{#accountId}:dataset/{#DatasetId} |
ServiceTestTask | acs:computenestsupplier:{#regionId}:{#accountId}:servicetesttask/* |
IntranetConnectorService | acs:computenestsupplier:{#regionId}:{#accountId}:intranetconnectorservice/{#VirtualInternetServiceId} |
Service | acs:computenestsupplier:{#regionId}:{#accountId}:service/* |
ServiceInstance | acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/{#serviceinstanceId} |
OpsNotice | acs:computenestsupplier:{#regionId}:{#accountId}:opsnotice/* |
Service | acs:computenestsupplier:{#regionId}:{#accountId}:service/{#serviceId} |
IntranetConnectorService | acs:computenestsupplier:{#regionId}:{#accountId}:intranetconnectorservice/* |
Artifact | acs:computenestsupplier:{#regionId}:{#accountId}:artifact/* |
ServiceRegistration | acs:computenestsupplier:{#regionId}:{#accountId}:serviceregistration/{#registrationId} |
Service | acs:computenestsupplier:*:{#accountId}:service/{#ServiceId} |
Artifact | acs:computenestsupplier:*:{#accountId}:artifact/{#ArtifactId} |
ServiceInstance | acs:computenestsupplier:{#regionId}:{#accountId}:serviceinstance/* |
IntranetConnectorDomain | acs:computenestsupplier:{#regionId}:{#accountId}:intranetconnectordomain/{#SupplierDomainId} |
IntranetConnectorEndpoint | acs:computenestsupplier:{#regionId}:{#accountId}:IntranetConnectorEndpoint/* |
ServiceRegistration | acs:computenestsupplier:{#regionId}:{#accountId}:serviceregistration/* |
Artifact | acs:computenestsupplier:{#regionId}:{#AccountId}:artifact/{#ArtifactId} |
Policy | acs:computenestsupplier:{#regionId}:{#accountId}:policy/* |
Dataset | acs:computenestsupplier:{#regionId}:{#accountId}:dataset/* |
SupplierInfo | acs:computenestsupplier:{#regionId}:{#accountId}:supplierinfo/* |
IntranetConnectorDomain | acs:computenestsupplier:{#regionId}:{#accountId}:intranetconnectordomain/* |
ServiceTestCase | acs:computenestsupplier:{#regionId}:{#accountId}:servicetestcase/{#TestCaseId} |
ServiceTestCase | acs:computenestsupplier:{#regionId}:{#accountId}:servicetestcase/* |
ServiceInstance | acs:computenestsupplier:*:{#accountId}:serviceinstance/{#ServiceInstanceId} |
OpsNotice | acs:computenestsupplier:{#regionId}:{#accountId}:opsnotice/{#OpsNoticeId} |
Artifact | acs:computenestsupplier:*:{#accountId}:artifact/* |
ServiceRegistration | acs:computenestsupplier:{#regionId}:{#accountId}:serviceregistration/{#ServiceRegistrationId} |
条件(Condition)
计算巢服务(ComputeNestSupplier)未定义产品级别的条件关键字。如需查看适用于所有云产品的通用条件关键字,请参见通用条件关键字。