Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionFailedSecurityPolicyApply

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Failed to apply security policy to the managed resource(s) under a lake, zone or an asset. For a lake or zone resource, one or more underlying assets has a failure applying security policy to the associated managed resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1ActionFailedSecurityPolicyApply

Returns a new instance of GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.



177
178
179
# File 'lib/google/apis/dataplex_v1/classes.rb', line 177

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

Instance Attribute Details

#assetString

Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only. Corresponds to the JSON property asset

Returns:

  • (String)


175
176
177
# File 'lib/google/apis/dataplex_v1/classes.rb', line 175

def asset
  @asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



182
183
184
# File 'lib/google/apis/dataplex_v1/classes.rb', line 182

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