Class DataRedactionSettings
Settings for client-side data redaction. Singleton resource under a Web Stream.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DataRedactionSettings : IMessage<DataRedactionSettings>, IEquatable<DataRedactionSettings>, IDeepCloneable<DataRedactionSettings>, IBufferMessage, IMessage
Constructors
DataRedactionSettings()
Declaration
public DataRedactionSettings()
DataRedactionSettings(DataRedactionSettings)
Declaration
public DataRedactionSettings(DataRedactionSettings other)
Parameters
Type | Name | Description |
---|---|---|
DataRedactionSettings | other |
Properties
DataRedactionSettingsName
DataRedactionSettingsName-typed view over the Name resource name property.
Declaration
public DataRedactionSettingsName DataRedactionSettingsName { get; set; }
Property Value
Type | Description |
---|---|
DataRedactionSettingsName |
EmailRedactionEnabled
If enabled, any event parameter or user property values that look like an email will be redacted.
Declaration
public bool EmailRedactionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Output only. Name of this Data Redaction Settings resource. Format: properties/{property_id}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryParameterKeys
The query parameter keys to apply redaction logic to if present in the URL. Query parameter matching is case-insensitive.
Must contain at least one element if query_parameter_replacement_enabled is true. Keys cannot contain commas.
Declaration
public RepeatedField<string> QueryParameterKeys { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
QueryParameterRedactionEnabled
Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters.
If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.
Declaration
public bool QueryParameterRedactionEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |