AliyunVpnAccessingIdaasRolePolicy 是专用于服务角色的授权策略,通常会在创建对应的服务角色时同步完成授权,以允许服务角色代您访问其他云服务。本策略由对应的阿里云服务按需更新,请勿将本策略授权给服务角色之外的 RAM 身份使用。
策略详情
类型:系统策略
创建时间:2020-02-19 06:26:28
更新时间:2020-02-19 06:26:28
当前版本:v1
策略内容
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"eiam:ListEiamInstances",
"eiam:ListEiamRegions",
"eiam:ListInstances",
"eiam:GetApplication",
"eiam:ListApplicationClientSecrets",
"eiam:ObtainApplicationClientSecret",
"yundun-idaas:DescribeInstances",
"yundun-idaas:CreateOauthClient",
"yundun-idaas:DescribeOauthClientDetail"
],
"Resource": "*"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "idaasread.eiam.aliyuncs.com"
}
}
}
],
"Version": "1"
}
相关文档
文档内容是否对您有帮助?