Class: Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig
- 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
-
#bigquery_destination ⇒ Google::Apis::CloudassetV1::GoogleCloudAssetV1BigQueryDestination
A BigQuery destination.
-
#gcs_destination ⇒ Google::Apis::CloudassetV1::GoogleCloudAssetV1GcsDestination
A Cloud Storage location.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IamPolicyAnalysisOutputConfig
constructor
A new instance of IamPolicyAnalysisOutputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IamPolicyAnalysisOutputConfig
Returns a new instance of IamPolicyAnalysisOutputConfig.
4032 4033 4034 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4032 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::CloudassetV1::GoogleCloudAssetV1BigQueryDestination
A BigQuery destination.
Corresponds to the JSON property bigqueryDestination
4025 4026 4027 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4025 def bigquery_destination @bigquery_destination end |
#gcs_destination ⇒ Google::Apis::CloudassetV1::GoogleCloudAssetV1GcsDestination
A Cloud Storage location.
Corresponds to the JSON property gcsDestination
4030 4031 4032 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4030 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4037 4038 4039 4040 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4037 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |