Full name: projects.locations.instances.feedServiceAccounts.fetchServiceAccountForCustomer
Fetch Chronicle's service account used for ingesting data from Cloud Storage buckets.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}/feedServiceAccounts:fetchServiceAccountForCustomer
Path parameters
Parameters
parent
string
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}
Fields
name
string
The resource name of the feedServiceAccount. Format: projects/{project}/locations/{location}/instances/{instance}/feedServiceAccounts/{feedserviceaccount}
[[["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-03-27 UTC."],[[["This API endpoint, `projects.locations.instances.feedServiceAccounts.fetchServiceAccountForCustomer`, is used to retrieve Chronicle's service account for ingesting data from Cloud Storage."],["The HTTP request for this operation is a `GET` request to the specified URL, using a path parameter `parent` to indicate the project, location, and instance."],["The request body must be empty, and the response body, when successful, contains the `name` of the feed service account."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.feedServiceAccounts.fetch` on the `parent` resource."]]],[]]