- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Creates a finding in a location. The corresponding source must exist for finding creation to succeed.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. Resource name of the new finding's parent. The following list shows some examples of the format: +   | 
              
Query parameters
| Parameters | |
|---|---|
findingId | 
                
                   
 Required. Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.  | 
              
Request body
The request body contains an instance of Finding.
Response body
If successful, the response body contains a newly created instance of Finding.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.