Class: Google::Cloud::Dataplex::V1::Action::FailedSecurityPolicyApply

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/resources.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 Attribute Details

#asset::String

Returns Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.

Returns:

  • (::String)

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



407
408
409
410
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 407

class FailedSecurityPolicyApply
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end