{ "opencollection": "1.0.0", "info": { "name": "Google Cloud IAM Permissions Roles API", "version": "1.0.0" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud IAM List roles", "type": "http" }, "http": { "method": "GET", "url": "https://iam.googleapis.com/v1/roles", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Lists predefined roles." }, { "info": { "name": "Google Cloud IAM List project roles", "type": "http" }, "http": { "method": "GET", "url": "https://iam.googleapis.com/v1/projects/:projectId/roles", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Lists custom roles in a project." }, { "info": { "name": "Google Cloud IAM Create a custom role", "type": "http" }, "http": { "method": "POST", "url": "https://iam.googleapis.com/v1/projects/:projectId/roles", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom role in a project." } ] } ], "bundled": true }