Class: Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb

Overview

Output configuration for export IAM policy analysis destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IamPolicyAnalysisOutputConfig

Returns a new instance of IamPolicyAnalysisOutputConfig.



2210
2211
2212
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2210

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_destinationGoogle::Apis::CloudassetV1::GoogleCloudAssetV1BigQueryDestination

A BigQuery destination. Corresponds to the JSON property bigqueryDestination



2203
2204
2205
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2203

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::CloudassetV1::GoogleCloudAssetV1GcsDestination

A Cloud Storage location. Corresponds to the JSON property gcsDestination



2208
2209
2210
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2208

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2215
2216
2217
2218
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 2215

def update!(**args)
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end