class Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig
Output configuration for export IAM policy analysis destination.
Attributes
bigquery_destination[RW]
A BigQuery destination. Corresponds to the JSON property `bigqueryDestination` @return [Google::Apis::CloudassetV1::GoogleCloudAssetV1BigQueryDestination]
gcs_destination[RW]
A Cloud Storage location. Corresponds to the JSON property `gcsDestination` @return [Google::Apis::CloudassetV1::GoogleCloudAssetV1GcsDestination]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 2759 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1/classes.rb, line 2764 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end