Get a finding by name. The name field should have the format: projects/{project}/findings/{finding}
HTTP request
GET https://threatintelligence.googleapis.com/v1beta/{name=projects/*/findings/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Name of the finding to get. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Finding.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
threatintelligence.findings.get
For more information, see the IAM documentation.