Class RestrictedExportConfig
Restricted export config, used to configure restricted export on linked dataset.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1beta1.Data
Assembly: Google.Apis.AnalyticsHub.v1beta1.dll
Syntax
public class RestrictedExportConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Optional. If true, enable restricted export.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RestrictDirectTableAccess
Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
Declaration
[JsonProperty("restrictDirectTableAccess")]
public virtual bool? RestrictDirectTableAccess { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RestrictQueryResult
Optional. If true, restrict export of query result derived from restricted linked dataset table.
Declaration
[JsonProperty("restrictQueryResult")]
public virtual bool? RestrictQueryResult { get; set; }
Property Value
Type | Description |
---|---|
bool? |