{ "opencollection": "1.0.0", "info": { "name": "Google Cloud IAM Permissions Service Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Service Accounts", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud IAM List service accounts", "type": "http" }, "http": { "method": "GET", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Lists every service account in a project." }, { "info": { "name": "Google Cloud IAM Create a service account", "type": "http" }, "http": { "method": "POST", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new service account in a project." }, { "info": { "name": "Google Cloud IAM Get a service account", "type": "http" }, "http": { "method": "GET", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts/:serviceAccountEmail", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "serviceAccountEmail", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific service account." }, { "info": { "name": "Google Cloud IAM Update a service account", "type": "http" }, "http": { "method": "PATCH", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts/:serviceAccountEmail", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "serviceAccountEmail", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a service account." }, { "info": { "name": "Google Cloud IAM Delete a service account", "type": "http" }, "http": { "method": "DELETE", "url": "https://iam.googleapis.com/v1/projects/:projectId/serviceAccounts/:serviceAccountEmail", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "serviceAccountEmail", "value": "", "type": "path" } ] }, "docs": "Deletes a service account." } ] } ], "bundled": true }