Class: Google::Apis::CloudresourcemanagerV1::RestoreDefault
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CloudresourcemanagerV1::RestoreDefault
 
 
- Defined in:
 - generated/google/apis/cloudresourcemanager_v1/classes.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb 
Overview
Ignores policies set above this resource and restores the
constraint_default enforcement behavior of the specific Constraint at
this resource.
Suppose that constraint_default is set to ALLOW for the
Constraint constraints/serviceuser.services. Suppose that organization
foo.com sets a Policy at their Organization resource node that restricts
the allowed service activations to deny all service activations. They
could then set a Policy with the policy_type restore_default on
several experimental projects, restoring the constraint_default
enforcement of the Constraint for only those projects, allowing those
projects to have all services activated.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RestoreDefault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RestoreDefault.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RestoreDefault
Returns a new instance of RestoreDefault
      1544 1545 1546  | 
    
      # File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1544 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1549 1550  | 
    
      # File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1549 def update!(**args) end  |