GoogleCloudSecuritycenterV1BigQueryExport class

Configures how to deliver Findings to BigQuery Instance.

Constructors

GoogleCloudSecuritycenterV1BigQueryExport({String? createTime, String? dataset, String? description, String? filter, String? mostRecentEditor, String? name, String? principal, String? updateTime})
GoogleCloudSecuritycenterV1BigQueryExport.fromJson(Map json_)

Properties

createTime String?
The time at which the BigQuery export was created.
getter/setter pair
dataset String?
The dataset to write findings' updates to.
getter/setter pair
description String?
The description of the export (max of 1024 characters).
getter/setter pair
filter String?
Expression that defines the filter to apply across create/update events of findings.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mostRecentEditor String?
Email address of the user who last edited the BigQuery export.
getter/setter pair
name String?
The relative resource name of this export.
getter/setter pair
principal String?
The service account that needs permission to create table and upload data to the BigQuery dataset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The most recent time at which the BigQuery export was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited