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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/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.



3585
3586
3587
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3585

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

Instance Attribute Details

#bigquery_destinationGoogle::Apis::CloudassetV1::GoogleCloudAssetV1BigQueryDestination

A BigQuery destination. Corresponds to the JSON property bigqueryDestination



3578
3579
3580
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3578

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::CloudassetV1::GoogleCloudAssetV1GcsDestination

A Cloud Storage location. Corresponds to the JSON property gcsDestination



3583
3584
3585
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3583

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3590
3591
3592
3593
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3590

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