Class ExportFindingsMetadata
The LRO metadata for a ExportFindings request.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ExportFindingsMetadata : IDirectResponseSchema
Properties
BigQueryDestination
Required. The destination BigQuery dataset to export findings to.
Declaration
[JsonProperty("bigQueryDestination")]
public virtual BigQueryDestination BigQueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| BigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExportStartTime
object representation of ExportStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExportStartTimeDateTimeOffset instead.")]
public virtual object ExportStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ExportStartTimeDateTimeOffset
DateTimeOffset representation of ExportStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExportStartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExportStartTimeRaw
Optional. Timestamp at which export was started
Declaration
[JsonProperty("exportStartTime")]
public virtual string ExportStartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |