Class ReportingIdentitySettings
A resource containing settings related to reporting identity.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ReportingIdentitySettings : IMessage<ReportingIdentitySettings>, IEquatable<ReportingIdentitySettings>, IDeepCloneable<ReportingIdentitySettings>, IBufferMessage, IMessage
Constructors
ReportingIdentitySettings()
Declaration
public ReportingIdentitySettings()
ReportingIdentitySettings(ReportingIdentitySettings)
Declaration
public ReportingIdentitySettings(ReportingIdentitySettings other)
Parameters
Type | Name | Description |
---|---|---|
ReportingIdentitySettings | other |
Properties
Name
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingIdentity
The strategy used for identifying user identities in reports.
Declaration
public ReportingIdentitySettings.Types.ReportingIdentity ReportingIdentity { get; set; }
Property Value
Type | Description |
---|---|
ReportingIdentitySettings.Types.ReportingIdentity |
ReportingIdentitySettingsName
ReportingIdentitySettingsName-typed view over the Name resource name property.
Declaration
public ReportingIdentitySettingsName ReportingIdentitySettingsName { get; set; }
Property Value
Type | Description |
---|---|
ReportingIdentitySettingsName |