Method: properties.dataStreams.getDataRedactionSettings
Ricerca di un singolo DataRedactionSettings.
Richiesta HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/dataRedactionSettings}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatoria. Il nome delle impostazioni da cercare. Formato: Properties/{property}/dataStreams/{dataStream}/dataRedactionSettings Esempio: "properties/1000/dataStreams/2000/dataRedactionSettings"
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di DataRedactionSettings
.
Ambiti di autorizzazione
Richiede uno dei seguenti ambiti OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-05-06 UTC.
[null,null,["Ultimo aggiornamento 2024-05-06 UTC."],[[["Lookup an existing DataRedactionSettings by providing the property and data stream IDs in the URL path."],["This request requires the `name` path parameter, which specifies the DataRedactionSettings resource to retrieve."],["It requires authorization with either `analytics.readonly` or `analytics.edit` scope."],["The response provides a detailed representation of the DataRedactionSettings resource if successful."]]],["This document outlines the process for retrieving `DataRedactionSettings` using a `GET` request. The request is sent to a specific URL determined by the `name` path parameter, which defines the property and data stream. The request body must be empty. A successful response will include an instance of `DataRedactionSettings`. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope. The document also references trying the request with a button `Try it!`\n"]]