{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Binary Authorization Attestations Attestors API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Attestors", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Binary Authorization List attestors", "type": "http" }, "http": { "method": "GET", "url": "https://binaryauthorization.googleapis.com/v1/projects/:projectId/attestors", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Lists attestors in a project." }, { "info": { "name": "Google Cloud Binary Authorization Create an attestor", "type": "http" }, "http": { "method": "POST", "url": "https://binaryauthorization.googleapis.com/v1/projects/:projectId/attestors", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "attestorId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an attestor in a project." }, { "info": { "name": "Google Cloud Binary Authorization Get an attestor", "type": "http" }, "http": { "method": "GET", "url": "https://binaryauthorization.googleapis.com/v1/projects/:projectId/attestors/:attestorId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "attestorId", "value": "", "type": "path" } ] }, "docs": "Gets an attestor by resource name." }, { "info": { "name": "Google Cloud Binary Authorization Update an attestor", "type": "http" }, "http": { "method": "PUT", "url": "https://binaryauthorization.googleapis.com/v1/projects/:projectId/attestors/:attestorId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "attestorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an attestor." }, { "info": { "name": "Google Cloud Binary Authorization Delete an attestor", "type": "http" }, "http": { "method": "DELETE", "url": "https://binaryauthorization.googleapis.com/v1/projects/:projectId/attestors/:attestorId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "attestorId", "value": "", "type": "path" } ] }, "docs": "Deletes an attestor." } ] } ], "bundled": true }