Class: Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig

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



2090
2091
2092
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 2090

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

Instance Attribute Details

#gcs_destinationGoogle::Apis::CloudassetV1p4beta1::GcsDestination

A Cloud Storage location. Corresponds to the JSON property gcsDestination



2088
2089
2090
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 2088

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2095
2096
2097
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 2095

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