Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt das Google-Dienstkonto zurück, das vom Storage Transfer Service verwendet wird, um auf Buckets im Projekt zuzugreifen, in dem Übertragungen ausgeführt werden, oder in anderen Projekten. Jedes Google-Dienstkonto ist mit einem Google Cloud-Projekt verknüpft. Nutzer sollten dieses Dienstkonto den ACLs des Google Cloud Storage-Buckets hinzufügen, um Zugriff auf den Storage Transfer Service zu gewähren. Dieses Dienstkonto wird vom Storage Transfer Service erstellt und ist Eigentum des Storage Transfer Service. Es kann nur vom Storage Transfer Service verwendet werden.
HTTP-Anfrage
GET https://storagetransfer.googleapis.com/v1/googleServiceAccounts/{projectId}
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (UTC)."],[],[],null,["# Method: googleServiceAccounts.get\n\nReturns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud project. Users should add this service account to the Google Cloud Storage bucket ACLs to grant access to Storage Transfer Service. This service account is created and owned by Storage Transfer Service and can only be used by Storage Transfer Service.\n\n### HTTP request\n\n`GET https://storagetransfer.googleapis.com/v1/googleServiceAccounts/{projectId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [GoogleServiceAccount](/storage-transfer/docs/reference/rest/v1/googleServiceAccounts#GoogleServiceAccount).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]