我想为使用的用户获取 IAM 策略
https://cloud.google.com/resource-manager/reference/rest/v1/projects/getIamPolicy
但是,当我在资源字段中输入用户 ID 时,我得到
{ "error": { "code": 400, "message": "收到无效的 JSON 有效负载。未知名称 \"body_resource\": 找不到字段。", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [ { "description": "收到无效的 JSON 有效负载。未知名称 \"body_resource\": 找不到字段。" } ] } ] } }
我应该在请求正文中添加什么来获取该用户的 IAM 策略?或者错误是错误的,用户只是没有这样的资源策略?
编辑:要清楚,无论我在资源字段中输入什么,我都会收到此错误