- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Full name: projects.locations.instances.feedServiceAccounts.fetchServiceAccountForCustomer
Fetch Chronicle's service account used for ingesting data from Cloud Storage buckets.
HTTP request
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent resource where this FeedServiceAccount will be created. Format: projects/{project}/locations/{location}/instances/{instance}  | 
              
Request body
The request body must be empty.
Response body
FeedServiceAccount is a resource that wraps the feed service account's name.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{ "name": string, "subjectId": string }  | 
                  
| Fields | |
|---|---|
name | 
                    
                       
 The resource name of the feedServiceAccount. Format: projects/{project}/locations/{location}/instances/{instance}/feedServiceAccounts/{feedserviceaccount}  | 
                  
subjectId | 
                    
                       
 Unique identifier for the service account.  | 
                  
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 parent resource:
chronicle.feedServiceAccounts.fetch
For more information, see the IAM documentation.