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.



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

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)


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

def asset
  @asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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