Class: Google::Cloud::Dataplex::V1::Action::FailedSecurityPolicyApply
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Action::FailedSecurityPolicyApply
- 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
-
#asset ⇒ ::String
Resource name of one of the assets with failing security policy application.
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.
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 |