Retrieves analysis results of Cloud components such as Docker container
images.
Analysis results are stored as a series of occurrences. An Occurrence
contains information about a specific analysis instance on a resource. An
occurrence refers to a Note. A note contains details describing the
analysis and is generally stored in a separate project, called a Provider.
Multiple occurrences can refer to the same note.
For example, an SSL vulnerability could affect multiple images. In this case,
there would be one note for the vulnerability and an occurrence for each
image with the vulnerability referring to that note.
public static void BindService(ServiceBinderBase serviceBinder, Grafeas.GrafeasBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-09-09 UTC."],[[["\u003cp\u003eThe Grafeas API provides analysis results for cloud components, such as Docker container images.\u003c/p\u003e\n"],["\u003cp\u003eAnalysis results are stored as occurrences, each linked to a note that details the analysis.\u003c/p\u003e\n"],["\u003cp\u003eMultiple occurrences can reference the same note, enabling the tracking of a single vulnerability across multiple resources.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documentation is 3.7.0, with previous versions available for reference down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eGrafeas offers methods like \u003ccode\u003eBindService\u003c/code\u003e for creating and registering service definitions, enabling server-side implementation logic.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class Grafeas (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Grafeas)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.Grafeas)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.Grafeas)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.Grafeas)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.Grafeas)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.Grafeas)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.Grafeas)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.Grafeas)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.Grafeas)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.Grafeas)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.Grafeas)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.Grafeas)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.Grafeas) \n\n public static class Grafeas\n\nReference documentation and code samples for the Grafeas v1 API class Grafeas.\n\n[Grafeas](https://grafeas.io) API.\n\nRetrieves analysis results of Cloud components such as Docker container\nimages.\n\nAnalysis results are stored as a series of occurrences. An `Occurrence`\ncontains information about a specific analysis instance on a resource. An\noccurrence refers to a `Note`. A note contains details describing the\nanalysis and is generally stored in a separate project, called a `Provider`.\nMultiple occurrences can refer to the same note.\n\nFor example, an SSL vulnerability could affect multiple images. In this case,\nthere would be one note for the vulnerability and an occurrence for each\nimage with the vulnerability referring to that note. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Grafeas \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nMethods\n-------\n\n### BindService(GrafeasBase)\n\n public static ServerServiceDefinition BindService(Grafeas.GrafeasBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, GrafeasBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Grafeas.GrafeasBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]