Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
 
 
- 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
- 
  
    
      #asset  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resource name of one of the assets with failing security policy application.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDataplexV1ActionFailedSecurityPolicyApply 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudDataplexV1ActionFailedSecurityPolicyApply.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
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
#asset ⇒ String
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
      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  |