public sealed class AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint : IMessage<AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint>, IEquatable<AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint>, IDeepCloneable<AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `BooleanConstraint` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.10.0, which is used to define whether a constraint is enforced or not."],["The `BooleanConstraint` class, residing in the `Google.Cloud.Asset.V1` namespace, is used to represent a constraint that can either be enabled or disabled, affecting behavior such as whether serial port connections are allowed for VM instances."],["The class `BooleanConstraint` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["There are numerous previous versions of this `BooleanConstraint` object available, with the latest one being 3.12.0, and the list of versions shows versions back to 2.7.0."],["There are two constuctors listed for `BooleanConstraint`, the first one being empty, and the second one creating a new BooleanConstraint object from another `BooleanConstraint` object."]]],[]]