Method: properties.dataStreams.getDataRedactionSettings
Tìm một DataRedactionSettings.
Yêu cầu HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/dataRedactionSettings}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
name |
string
Bắt buộc. Tên của chế độ cài đặt cần tra cứu. Định dạng: thuộc tính/{property}/dataStreams/{dataStream}/dataRedactionSettings Ví dụ: "properties/1000/dataStreams/2000/dataRedactionSettings"
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của DataRedactionSettings
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau đây:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-05-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]