Class: Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudasset_v1p4beta1/classes.rb,
generated/google/apis/cloudasset_v1p4beta1/representations.rb,
generated/google/apis/cloudasset_v1p4beta1/representations.rb
Overview
Output configuration for export IAM policy analysis destination.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ Google::Apis::CloudassetV1p4beta1::GcsDestination
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.
538 539 540 |
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 538 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_destination ⇒ Google::Apis::CloudassetV1p4beta1::GcsDestination
A Cloud Storage location.
Corresponds to the JSON property gcsDestination
536 537 538 |
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 536 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
543 544 545 |
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 543 def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |