{ "opencollection": "1.0.0", "info": { "name": "Google Cloud IAM Permissions Service Account Keys API", "version": "1.0.0" }, "items": [ { "info": { "name": "Service Account Keys", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud IAM List service account keys", "type": "http" }, "http": { "method": "GET", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts/:serviceAccountEmail/keys", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "serviceAccountEmail", "value": "", "type": "path" } ] }, "docs": "Lists every key for a service account." }, { "info": { "name": "Google Cloud IAM Create a service account key", "type": "http" }, "http": { "method": "POST", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts/:serviceAccountEmail/keys", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "serviceAccountEmail", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new key for a service account." } ] } ], "bundled": true }