Show / Hide Table of Contents

Class ExportFindingsMetadata

The LRO metadata for a ExportFindings request.

Inheritance
object
ExportFindingsMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX