class Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2ConstraintBooleanConstraint

A `Constraint` that is either enforced or not. For example a constraint ` constraints/compute.disableSerialPortAccess`. If it is enforced on a VM instance, serial port connections will not be opened to that instance.

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/orgpolicy_v2/classes.rb, line 99
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/orgpolicy_v2/classes.rb, line 104
def update!(**args)
end