class Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig

Output configuration for export IAM policy analysis destination.

Attributes

gcs_destination[RW]

A Cloud Storage location. Corresponds to the JSON property `gcsDestination` @return [Google::Apis::CloudassetV1p4beta1::GcsDestination]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1p4beta1/classes.rb, line 2066
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_v1p4beta1/classes.rb, line 2071
def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end