[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["\u003cp\u003eThis endpoint retrieves an attestor, identified by a unique name, from the Binary Authorization service.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a GET method with a specific URL structure, including path parameters to specify the attestor name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when getting an attestor with this endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe successful response will contain details of the requested attestor and the endpoint returns \u003ccode\u003eNOT_FOUND\u003c/code\u003e if the attestor is not found.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this endpoint requires the \u003ccode\u003ebinaryauthorization.attestors.get\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.attestors.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nGets an [attestor](/binary-authorization/docs/reference/rest/v1/projects.attestors#Attestor). Returns `NOT_FOUND` if the [attestor](/binary-authorization/docs/reference/rest/v1/projects.attestors#Attestor) does not exist.\n\n### HTTP request\n\n`GET https://binaryauthorization.googleapis.com/v1/{name=projects/*/attestors/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Attestor](/binary-authorization/docs/reference/rest/v1/projects.attestors#Attestor).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]